]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport commit 33543b4e0e5d from Python 3.2: #10801: In zipfile, support
authorVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 May 2011 11:43:23 +0000 (13:43 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Wed, 18 May 2011 11:43:23 +0000 (13:43 +0200)
commitff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53
tree9e57aaf86c8a77c3d52420a7459c0ce0059efc52
parent02a67ac72be5adb37431b18c3f4b7cb060be6e16
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.
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS