Issue #10955: fix NEWS entry

This commit is contained in:
Victor Stinner 2011-01-22 10:33:01 +00:00
parent 4ee65a9685
commit 137e0f0a22
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Library
- Issue #10955: zipimport uses ASCII encoding instead of cp497 to decode
filenames, at bootstrap, if the codec registry is not ready yet. It is still
possible to have non-ASCII filenames using the Unicode flag (UTF-8 encoding)
for file entries in the ZIP file.
for all file entries in the ZIP file.
- Issue #10949: Improved robustness of rotating file handlers.