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 gregory.p.smith
Recipients aroussel, bckohan, gregory.p.smith, iritkatriel, serhiy.storchaka, vstinner
Date 2020-10-28.03:17:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603855079.53.0.781050560433.issue42096@roundup.psfhosted.org>
In-reply-to
Content
The first four bytes of the file do not identify a zip file.  A zip file is identified by the end of file central directory.  Which you then must read entries of to determine where the start of the archive may be... often not at position zero.
History
Date User Action Args
2020-10-28 03:17:59gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, serhiy.storchaka, iritkatriel, aroussel, bckohan
2020-10-28 03:17:59gregory.p.smithsetmessageid: <1603855079.53.0.781050560433.issue42096@roundup.psfhosted.org>
2020-10-28 03:17:59gregory.p.smithlinkissue42096 messages
2020-10-28 03:17:59gregory.p.smithcreate