commit | ff1d2f4cc5a165b2d4dcc4b5abe6335cb3626e53 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 18 13:43:23 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Wed May 18 13:43:23 2011 +0200 |
tree | 9e57aaf86c8a77c3d52420a7459c0ce0059efc52 | |
parent | 02a67ac72be5adb37431b18c3f4b7cb060be6e16 [diff] |
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.