diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2014-06-02 12:18:15 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2014-06-02 12:18:15 (GMT) |
commit | f849f46487dd505706c0150ca1967f7031488dfc (patch) | |
tree | 4d2ba9ecc3a3464e5b6da69fa7919b3e411d730e /Misc | |
parent | 5a1bb4e0809e6cc1468138fe788ce687e3d8d8f4 (diff) | |
parent | d4d39c761cb4856da8958b2826d0ade6fe1d8539 (diff) | |
download | cpython-f849f46487dd505706c0150ca1967f7031488dfc.zip cpython-f849f46487dd505706c0150ca1967f7031488dfc.tar.gz cpython-f849f46487dd505706c0150ca1967f7031488dfc.tar.bz2 |
(Merge 3.4) Issue #21634: Fix pystone micro-benchmark: use floor division
instead of true division to benchmark integers instead of floating point
numbers. Set pystone version to 1.2. Patch written by Lennart Regebro.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -532,6 +532,10 @@ Documentation Tests ----- +- Issue #21634: Fix pystone micro-benchmark: use floor division instead of true + division to benchmark integers instead of floating point numbers. Set pystone + version to 1.2. Patch written by Lennart Regebro. + - Issue #21605: Added tests for Tkinter images. - Issue #21493: Added test for ntpath.expanduser(). Original patch by |