summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS5
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 21e6f02..39007c9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -105,11 +105,6 @@ Core and Builtins
source encoding declarations, and can be used to make Python batch files
on Windows.
-- Issue #19081: When a zipimport .zip file in sys.path being imported from
- is modified during the lifetime of the Python process after zipimport has
- already cached the zip's table of contents we detect this and recover
- rather than read bad data from the .zip (causing odd import errors).
-
Library
-------