diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 11:45:39 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-01-26 11:45:39 (GMT) |
commit | b76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb (patch) | |
tree | e11e17dd28d6a25b6537eb5e9275e7926441fc67 /Misc | |
parent | b6c0c5ba5f1c7bec0ec8c6f7f9f07e7087de3da8 (diff) | |
download | cpython-b76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb.zip cpython-b76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb.tar.gz cpython-b76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb.tar.bz2 |
Issue #14099: Backout changeset e5bb3044402b (except adapted tests).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -132,11 +132,6 @@ Library - Issue #16043: Add a default limit for the amount of data xmlrpclib.gzip_decode will return. This resolves CVE-2013-1753. -- Issue #14099: ZipFile.open() no longer reopen the underlying file. Objects - returned by ZipFile.open() can now operate independently of the ZipFile even - if the ZipFile was created by passing in a file-like object as the first - argument to the constructor. - - Issue #22966: Fix __pycache__ pyc file name clobber when pyc_compile is asked to compile a source file containing multiple dots in the source file name. |