summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-01-23 00:11:58 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-01-23 00:11:58 (GMT)
commitf2e439fd8ed0d7e474a6ccc57ba57d952ba083a0 (patch)
tree3a034698f62a8d7ea75390b5e0bf65d8b487e707
parentc7c199f9077992fe949c97d25fdf95c387379c3b (diff)
downloadcpython-f2e439fd8ed0d7e474a6ccc57ba57d952ba083a0.zip
cpython-f2e439fd8ed0d7e474a6ccc57ba57d952ba083a0.tar.gz
cpython-f2e439fd8ed0d7e474a6ccc57ba57d952ba083a0.tar.bz2
Issue #10955: Fix typo in NEWS, cp497 => cp437
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2276643..dc673fd 100644
--- 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.