summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-02 02:35:39 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-02 02:35:39 (GMT)
commitd0fe3e5abb7413f8ad709c012076d5b268ddd7bd (patch)
tree2f742745e5edc27a404254c8900a5848a0a58626 /Misc
parent6db2335f77bc6a3051cd7408c2c69871a608fa57 (diff)
downloadcpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.zip
cpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.tar.gz
cpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.tar.bz2
#15979: improve timeit documentation.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19a627a..a676f3e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -603,6 +603,8 @@ Documentation
- Issue #15533: Clarify docs and add tests for subprocess.Popen()'s cwd
argument.
+- Issue #15979: Improve timeit documentation.
+
- Issue #16036: Improve documentation of built-in int()'s signature and
arguments.