diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-18 11:43:23 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-18 11:43:23 (GMT) |
commit | ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53 (patch) | |
tree | 9e57aaf86c8a77c3d52420a7459c0ce0059efc52 /Misc | |
parent | 02a67ac72be5adb37431b18c3f4b7cb060be6e16 (diff) | |
download | cpython-ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53.zip cpython-ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53.tar.gz cpython-ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53.tar.bz2 |
Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
different encodings for the header and the filenames. Patch by MvL, test by
Eli Bendersky.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -72,6 +72,9 @@ Core and Builtins Library ------- +- Issue #10801: In zipfile, support different encodings for the header and + the filenames. + - Issue #10154, #10090: change the normalization of UTF-8 to "UTF-8" instead of "UTF8" in the locale module as the latter is not supported MacOSX and OpenBSD. |