]> granicus.if.org Git - python/commitdiff
news entry for issue19081 fix.
authorGregory P. Smith <greg@krypto.org>
Mon, 6 Jan 2014 17:50:19 +0000 (09:50 -0800)
committerGregory P. Smith <greg@krypto.org>
Mon, 6 Jan 2014 17:50:19 +0000 (09:50 -0800)
Misc/NEWS

index cee61ba5395c27471ccf7c2e5c5a501474c3fee8..a08a95b437150ef273d228dec386b67fb27f4c4b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,11 @@ What's New in Python 2.7.7?
 Core and Builtins
 -----------------
 
+- 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).
+
 - Raise a better error when non-unicode codecs are used for a file's coding
   cookie.