diff options
author | Georg Brandl <georg@python.org> | 2013-05-12 09:57:26 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2013-05-12 09:57:26 (GMT) |
commit | b3bd624a55ea5bf3a0e77cfa9d987d82ed23652f (patch) | |
tree | 6f3eec34ee852fdb40cf731f2c422d4831fd2e15 /Misc | |
parent | 64949fa20e4845e92a1d42f581a47b559a9acd25 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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. |