summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-10-02 03:01:16 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-10-02 03:01:16 (GMT)
commit4443762bf54682d36c61047f5b3876bdb5677a80 (patch)
treebffa904f6e2468099433bcbecc9c79e0b608df2d /Misc
parent0bbfd6b817631949861bb5a5a3a8a15bdb0046a4 (diff)
parentd0fe3e5abb7413f8ad709c012076d5b268ddd7bd (diff)
downloadcpython-4443762bf54682d36c61047f5b3876bdb5677a80.zip
cpython-4443762bf54682d36c61047f5b3876bdb5677a80.tar.gz
cpython-4443762bf54682d36c61047f5b3876bdb5677a80.tar.bz2
#15979: merge with 3.2.
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 83d6b00..8dae861 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,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.