diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-22 10:33:01 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-01-22 10:33:01 (GMT) |
commit | 137e0f0a2218479232405a4e826074148f735666 (patch) | |
tree | b865bc0a08bc30bc1e9c02d8a2c0b040054862a2 | |
parent | 4ee65a96858ab9b54c505bad7f2338a475243343 (diff) | |
download | cpython-137e0f0a2218479232405a4e826074148f735666.zip cpython-137e0f0a2218479232405a4e826074148f735666.tar.gz cpython-137e0f0a2218479232405a4e826074148f735666.tar.bz2 |
Issue #10955: fix NEWS entry
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |