From: Victor Stinner Date: Sun, 23 Jan 2011 00:11:58 +0000 (+0000) Subject: Issue #10955: Fix typo in NEWS, cp497 => cp437 X-Git-Tag: v3.2rc2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f2e439fd8ed0d7e474a6ccc57ba57d952ba083a0;p=python Issue #10955: Fix typo in NEWS, cp497 => cp437 --- diff --git a/Misc/NEWS b/Misc/NEWS index 22766433e3..dc673fd5af 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.