diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:04:25 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-03-15 07:04:25 (GMT) |
commit | d49af5dc2e77198e5e0e93cd9c2656012eaecfc7 (patch) | |
tree | 94bfbd181fcbbdfe39f7f17599346d69dc3ac556 /Misc/NEWS | |
parent | e95f7c3d271465804b8a613a324d5b9fd6949e8a (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(). |