summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2011-01-01 10:09:32 (GMT)
committerGeorg Brandl <georg@python.org>2011-01-01 10:09:32 (GMT)
commit5ba11de8454b7dbc1cf260911a2628608267a50c (patch)
tree1677c9be0261289540532af66acd17d8b663a36a /Misc
parentd30a0dd681d82251dc3611c49d6a2d9ce2e48e5c (diff)
downloadcpython-5ba11de8454b7dbc1cf260911a2628608267a50c.zip
cpython-5ba11de8454b7dbc1cf260911a2628608267a50c.tar.gz
cpython-5ba11de8454b7dbc1cf260911a2628608267a50c.tar.bz2
#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 fd21f73..c6f5337 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Core and Builtins
Library
-------
+- Issue #10801: In zipfile, support different encodings for the header and
+ the filenames.
+
- Issue #6285: IDLE no longer crashes on missing help file; patch by Scott
David Daniels.