commit | 8c4364127193100d0c3e267f5a49aadd096732a6 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 03 12:51:14 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Jul 03 12:51:14 2008 +0000 |
tree | f7e0f461e58fa5cd6d923b9d09e4010aa767bc8b | |
parent | f5d2b4ce930666c9f58c9c7da1744388143860df [diff] |
Patch #1622: Correct interpretation of various ZIP header fields. Also fixes - Issue #1526: Allow more than 64k files to be added to Zip64 file. - Issue #1746: Correct handling of zipfile archive comments (previously archives with comments over 4k were flagged as invalid). Allow writing Zip files with archives by setting the 'comment' attribute of a ZipFile.