mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Issue #10955: Fix typo in NEWS, cp497 => cp437
This commit is contained in:
parent
c7c199f907
commit
f2e439fd8e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue