summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa6d0d5..778e7df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,11 @@ Release date: 2014-01-19
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).
+
Library
-------