news entry for issue19081 fix.

This commit is contained in:
Gregory P. Smith 2014-01-06 09:50:19 -08:00
parent b48c5d5107
commit 7902f8ddac
1 changed files with 5 additions and 0 deletions

View File

@ -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.