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-21.20:41:14
SpamBayes Score 0.010354047
Marked as misclassified No
Message-id <1224621675.41.0.938180024246.issue3997@psf.upfronthosting.co.za>
In-reply-to
Content
OK, it seems that the "central directory size" and "central directory 
offset" must contain their actual value if it can fit in a 32bit int, 
even though the spec says "If an archive is in ZIP64 format and the 
value in this field is 0xFFFFFFFF, the value is in the corresponding zip64 end of central directory field."

Attached a new patch. The file generated by bug.py seems very similar to 
one generated with WinZip, and the WindowsXP explorer can now open it.
History
Date User Action Args
2008-10-21 20:41:15amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, loewis, vgeorge
2008-10-21 20:41:15amaury.forgeotdarcsetmessageid: <1224621675.41.0.938180024246.issue3997@psf.upfronthosting.co.za>
2008-10-21 20:41:14amaury.forgeotdarclinkissue3997 messages
2008-10-21 20:41:14amaury.forgeotdarccreate