Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7902f8d

Browse files
committed
news entry for issue19081 fix.
1 parent b48c5d5 commit 7902f8d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Misc/NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ What's New in Python 2.7.7?
99
Core and Builtins
1010
-----------------
1111

12+
- Issue #19081: When a zipimport .zip file in sys.path being imported from
13+
is modified during the lifetime of the Python process after zipimport has
14+
already cached the zip's table of contents we detect this and recover
15+
rather than read bad data from the .zip (causing odd import errors).
16+
1217
- Raise a better error when non-unicode codecs are used for a file's coding
1318
cookie.
1419

0 commit comments

Comments
 (0)