summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-18 11:43:23 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-18 11:43:23 (GMT)
commitff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53 (patch)
tree9e57aaf86c8a77c3d52420a7459c0ce0059efc52 /Misc
parent02a67ac72be5adb37431b18c3f4b7cb060be6e16 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8f994b9..40317f3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.