]> granicus.if.org Git - python/commitdiff
Remove issue 19081 Misc/NEWS entry since it isn't entirely fixed yet.
authorGregory P. Smith <greg@krypto.org>
Thu, 30 Jan 2014 06:59:34 +0000 (22:59 -0800)
committerGregory P. Smith <greg@krypto.org>
Thu, 30 Jan 2014 06:59:34 +0000 (22:59 -0800)
Misc/NEWS

index 8b24dc366909a0a029e0af902e56c2b9c650255f..5a84af86cd779ef2ecd8fb8cd7d44182818f1a7c 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,11 +24,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).
-
 - Issue #17432: Drop UCS2 from names of Unicode functions in python3.def.
 
 - Issue #19969: PyBytes_FromFormatV() now raises an OverflowError if "%c"