[Python-checkins] cpython (2.7): news entry for issue19081 fix.

gregory.p.smith python-checkins at python.org
Mon Jan 6 18:51:45 CET 2014


http://hg.python.org/cpython/rev/90a99059aa36
changeset:   88323:90a99059aa36
branch:      2.7
user:        Gregory P. Smith <greg at krypto.org>
date:        Mon Jan 06 09:50:19 2014 -0800
summary:
  news entry for issue19081 fix.

files:
  Misc/NEWS |  5 +++++
  1 files changed, 5 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -9,6 +9,11 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list