summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 07:04:25 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-03-15 07:04:25 (GMT)
commitd49af5dc2e77198e5e0e93cd9c2656012eaecfc7 (patch)
tree94bfbd181fcbbdfe39f7f17599346d69dc3ac556 /Misc/NEWS
parente95f7c3d271465804b8a613a324d5b9fd6949e8a (diff)
downloadcpython-d49af5dc2e77198e5e0e93cd9c2656012eaecfc7.zip
cpython-d49af5dc2e77198e5e0e93cd9c2656012eaecfc7.tar.gz
cpython-d49af5dc2e77198e5e0e93cd9c2656012eaecfc7.tar.bz2
Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
Revise module docstring and update itertools import and use.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6d05fe..a32df71 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -280,6 +280,8 @@ Core and Builtins
Library
-------
+- Issue #17414: Add timeit, repeat, and default_timer to timeit.__all__.
+
- Issue #1285086: Get rid of the refcounting hack and speed up
urllib.parse.unquote() and urllib.parse.unquote_to_bytes().