summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2013-05-12 09:57:26 (GMT)
committerGeorg Brandl <georg@python.org>2013-05-12 09:57:26 (GMT)
commitb3bd624a55ea5bf3a0e77cfa9d987d82ed23652f (patch)
tree6f3eec34ee852fdb40cf731f2c422d4831fd2e15 /Misc
parent64949fa20e4845e92a1d42f581a47b559a9acd25 (diff)
downloadcpython-b3bd624a55ea5bf3a0e77cfa9d987d82ed23652f.zip
cpython-b3bd624a55ea5bf3a0e77cfa9d987d82ed23652f.tar.gz
cpython-b3bd624a55ea5bf3a0e77cfa9d987d82ed23652f.tar.bz2
Back out patch for #1159051, which caused backwards compatibility problems.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 22f0abb..ebfe1ad 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -628,9 +628,6 @@ Library
current directory on Unix and no longer searches a relative file path with
a directory part in PATH directories. Patch by Thomas Kluyver.
-- Issue #1159051: GzipFile now raises EOFError when reading a corrupted file
- with truncated header or footer.
-
- Issue #16993: shutil.which() now preserves the case of the path and extension
on Windows.