]> granicus.if.org Git - python/commit
#10801: In zipfile, support different encodings for the header and the filenames...
authorGeorg Brandl <georg@python.org>
Sat, 1 Jan 2011 10:09:32 +0000 (10:09 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 1 Jan 2011 10:09:32 +0000 (10:09 +0000)
commit5ba11de8454b7dbc1cf260911a2628608267a50c
tree1677c9be0261289540532af66acd17d8b663a36a
parentd30a0dd681d82251dc3611c49d6a2d9ce2e48e5c
#10801: In zipfile, support different encodings for the header and the filenames.  Patch by MvL, test by Eli Bendersky.
Lib/test/test_zipfile.py
Lib/test/zip_cp437_header.zip [new file with mode: 0644]
Lib/zipfile.py
Misc/NEWS