summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-01-26 11:45:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-01-26 11:45:39 (GMT)
commitb76bcc4ffc1f81a3cb5e6cabb77f127f71e2eddb (patch)
treee11e17dd28d6a25b6537eb5e9275e7926441fc67 /Misc
parentb6c0c5ba5f1c7bec0ec8c6f7f9f07e7087de3da8 (diff)
downloadcpython-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/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 198092c..bf643d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.