summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-02 12:18:15 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-02 12:18:15 (GMT)
commitf849f46487dd505706c0150ca1967f7031488dfc (patch)
tree4d2ba9ecc3a3464e5b6da69fa7919b3e411d730e /Misc
parent5a1bb4e0809e6cc1468138fe788ce687e3d8d8f4 (diff)
parentd4d39c761cb4856da8958b2826d0ade6fe1d8539 (diff)
downloadcpython-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/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f7bac9e..be02bba 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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