summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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.