diff options
author | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-02 02:35:39 (GMT) |
---|---|---|
committer | Ezio Melotti <ezio.melotti@gmail.com> | 2012-10-02 02:35:39 (GMT) |
commit | d0fe3e5abb7413f8ad709c012076d5b268ddd7bd (patch) | |
tree | 2f742745e5edc27a404254c8900a5848a0a58626 /Misc | |
parent | 6db2335f77bc6a3051cd7408c2c69871a608fa57 (diff) | |
download | cpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.zip cpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.tar.gz cpython-d0fe3e5abb7413f8ad709c012076d5b268ddd7bd.tar.bz2 |
#15979: improve timeit documentation.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |