diff options
author | Georg Brandl <georg@python.org> | 2011-01-01 10:09:32 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-01-01 10:09:32 (GMT) |
commit | 5ba11de8454b7dbc1cf260911a2628608267a50c (patch) | |
tree | 1677c9be0261289540532af66acd17d8b663a36a /Misc | |
parent | d30a0dd681d82251dc3611c49d6a2d9ce2e48e5c (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |