This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, vgeorge
Date 2008-10-20.22:23:50
SpamBayes Score 0.008962709
Marked as misclassified No
Message-id <1224541432.5.0.148312683782.issue3997@psf.upfronthosting.co.za>
In-reply-to
Content
Right, this is a bug in zipfile.py.
The official PKZIP specifications says:
http://www.pkware.com/documents/casestudies/APPNOTE.TXT

      total number of entries in the central dir: (2 bytes)

          The total number of files in the .ZIP file. If an 
          archive is in ZIP64 format and the value in this field
          is 0xFFFF, the size will be in the corresponding 8 byte 
          zip64 end of central directory field.

Patch is attached. With it I can open the file with WinZip.
History
Date User Action Args
2008-10-20 22:23:52amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, vgeorge
2008-10-20 22:23:52amaury.forgeotdarcsetmessageid: <1224541432.5.0.148312683782.issue3997@psf.upfronthosting.co.za>
2008-10-20 22:23:51amaury.forgeotdarclinkissue3997 messages
2008-10-20 22:23:51amaury.forgeotdarccreate