]> granicus.if.org Git - python/commit
Patch #1622: Correct interpretation of various ZIP header fields.
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jul 2008 12:51:14 +0000 (12:51 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jul 2008 12:51:14 +0000 (12:51 +0000)
commit8c4364127193100d0c3e267f5a49aadd096732a6
treef7e0f461e58fa5cd6d923b9d09e4010aa767bc8b
parentf5d2b4ce930666c9f58c9c7da1744388143860df
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.
Doc/library/zipfile.rst
Lib/test/test_zipfile.py
Lib/test/test_zipfile64.py
Lib/zipfile.py
Misc/NEWS