]> granicus.if.org Git - python/commitdiff
Issue #10955: fix NEWS entry
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 Jan 2011 10:33:01 +0000 (10:33 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 22 Jan 2011 10:33:01 +0000 (10:33 +0000)
Misc/NEWS

index e6a23bdc13a87f00e10fc4abc722eb6519312341..28923c70441f2ffc3ac42ba07833aed759b6fa1e 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.