commit | d0fe3e5abb7413f8ad709c012076d5b268ddd7bd | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Oct 02 05:35:39 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Oct 02 05:35:39 2012 +0300 |
tree | 2f742745e5edc27a404254c8900a5848a0a58626 | |
parent | 6db2335f77bc6a3051cd7408c2c69871a608fa57 [diff] [blame] |
#15979: improve timeit documentation.
diff --git a/Misc/NEWS b/Misc/NEWS index 19a627a..a676f3e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -603,6 +603,8 @@ - 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.