news entry for issue19081 fix.
This commit is contained in:
parent
b48c5d5107
commit
7902f8ddac
|
@ -9,6 +9,11 @@ What's New in Python 2.7.7?
|
||||||
Core and Builtins
|
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
|
- Raise a better error when non-unicode codecs are used for a file's coding
|
||||||
cookie.
|
cookie.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue