summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRobert Collins <rbtcollins@hp.com>2015-08-26 00:40:28 (GMT)
committerRobert Collins <rbtcollins@hp.com>2015-08-26 00:40:28 (GMT)
commit69de2a576cde2d1cfeac67472ad9d22aa1e87a4b (patch)
tree2e1a50110ebb5cb92caad7d198bf01aed1725b1c /Misc
parent5eac15336ab87d864cf5516ecf440ce8d7187fbb (diff)
downloadcpython-69de2a576cde2d1cfeac67472ad9d22aa1e87a4b.zip
cpython-69de2a576cde2d1cfeac67472ad9d22aa1e87a4b.tar.gz
cpython-69de2a576cde2d1cfeac67472ad9d22aa1e87a4b.tar.bz2
Issue #23552: Timeit now warns when there is substantial (4x) variance
between best and worst times. Patch from Serhiy Storchaka.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dabbeea..3404b09 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -17,6 +17,9 @@ Core and Builtins
Library
-------
+- Issue #23552: Timeit now warns when there is substantial (4x) variance
+ between best and worst times. Patch from Serhiy Storchaka.
+
- Issue #24633: site-packages/README -> README.txt.
- Issue #24879: help() and pydoc can now list named tuple fields in the