]> granicus.if.org Git - python/commitdiff
Issue #10955: Fix typo in NEWS, cp497 => cp437
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Jan 2011 00:11:58 +0000 (00:11 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 23 Jan 2011 00:11:58 +0000 (00:11 +0000)
Misc/NEWS

index 22766433e398733bf9b26e44d0528a1105cbfbba..dc673fd5af38c3bfb1fafb5df20d1278564bea43 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,7 +18,7 @@ Library
 
 - Issue #10983: Fix several bugs making tunnel requests in http.client.
 
-- Issue #10955: zipimport uses ASCII encoding instead of cp497 to decode
+- Issue #10955: zipimport uses ASCII encoding instead of cp437 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 all file entries in the ZIP file.