summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-06-07 23:47:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-06-07 23:47:15 (GMT)
commit9d19da701db80aff583c98fd3278b4f871fc2e05 (patch)
treeca452e3fe8badbb79b89f9e54aed8c8a5bc7b53c /Misc
parentedb07d28fbfd526f0771b337b05c2e611d266981 (diff)
parented1160b39c23c4b035b6c203cc6df53274d08939 (diff)
downloadcpython-9d19da701db80aff583c98fd3278b4f871fc2e05.zip
cpython-9d19da701db80aff583c98fd3278b4f871fc2e05.tar.gz
cpython-9d19da701db80aff583c98fd3278b4f871fc2e05.tar.bz2
merge 3.4 (#13223)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d13d573..46b383b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -94,6 +94,9 @@ Library
- Issue #21515: tempfile.TemporaryFile now uses os.O_TMPFILE flag is available.
+- Issue #13223: Fix pydoc.writedoc so that the HTML documentation for methods
+ that use 'self' in the example code is generated correctly.
+
- Issue #21463: In urllib.request, fix pruning of the FTP cache.
- Issue #21618: The subprocess module could fail to close open fds that were