]> granicus.if.org Git - python/commit
Merged revisions 64688 via svnmerge from
authorMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jul 2008 14:13:42 +0000 (14:13 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Thu, 3 Jul 2008 14:13:42 +0000 (14:13 +0000)
commitb09b844a5c7bb41cf67af8aafe0682c3bfdc12da
tree09cb453d31b46761a3da71b09ec4927fdaf61373
parent451a356f11d3ed498a359f94d85a7df5d6a2a843
Merged revisions 64688 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r64688 | martin.v.loewis | 2008-07-03 14:51:14 +0200 (Do, 03 Jul 2008) | 9 lines

  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