Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48c5d5 commit 7902f8dCopy full SHA for 7902f8d
Misc/NEWS
@@ -9,6 +9,11 @@ What's New in Python 2.7.7?
9
Core and Builtins
10
-----------------
11
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
+
17
- Raise a better error when non-unicode codecs are used for a file's coding
18
cookie.
19
0 commit comments