commit | 31a9e83d7d3d633a3d2aff5d437eed7c2c45b71a | [log] [tgz] |
---|---|---|
author | Ezio Melotti <ezio.melotti@gmail.com> | Tue Oct 02 05:34:38 2012 +0300 |
committer | Ezio Melotti <ezio.melotti@gmail.com> | Tue Oct 02 05:34:38 2012 +0300 |
tree | d2191f3e31e150b8d042c9d953e6e5d289175f00 | |
parent | 71d74b0c4ecc95aa7ba4d3255912d23142bcc4e3 [diff] [blame] |
#15979: improve timeit documentation.
diff --git a/Misc/NEWS b/Misc/NEWS index 94ee943..3717f68 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -459,6 +459,8 @@ Documentation ------------- +- Issue #15979: Improve timeit documentation. + - Issue #16036: Improve documentation of built-in int()'s signature and arguments.