Commit 7902f8dd authored by Gregory P. Smith's avatar Gregory P. Smith

news entry for issue19081 fix.

parent b48c5d51
......@@ -9,6 +9,11 @@ What's New in Python 2.7.7?
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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment