diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-06-07 23:47:15 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-06-07 23:47:15 (GMT) |
commit | 9d19da701db80aff583c98fd3278b4f871fc2e05 (patch) | |
tree | ca452e3fe8badbb79b89f9e54aed8c8a5bc7b53c /Misc | |
parent | edb07d28fbfd526f0771b337b05c2e611d266981 (diff) | |
parent | ed1160b39c23c4b035b6c203cc6df53274d08939 (diff) | |
download | cpython-9d19da701db80aff583c98fd3278b4f871fc2e05.zip cpython-9d19da701db80aff583c98fd3278b4f871fc2e05.tar.gz cpython-9d19da701db80aff583c98fd3278b4f871fc2e05.tar.bz2 |
merge 3.4 (#13223)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |