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 serhiy.storchaka
Recipients Peter Ebden, benjamin.peterson, gregory.p.smith, larry, ned.deily, python-dev, serhiy.storchaka, twouters, vstinner
Date 2017-05-03.16:24:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493828688.39.0.438580534575.issue29094@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for raising this again and for your research Thomas. I now see that my understanding of the specification was wrong. I'll revert changes to zipfile.

There is one question. If the zip file was concatenated to other file (and looks incorrect from the view of other tools), and we opened it in append mode and added new entries, should the central directory count offsets from the start of the file or from the start of embedded archive? In the first case offsets of first entries (which was in the original concatenated archive) in the central directory will be different from offsets in local headers. In the second case the zip file will look incorrect from the view of other tools (but it already looked incorrect before appending).
History
Date User Action Args
2017-05-03 16:24:48serhiy.storchakasetrecipients: + serhiy.storchaka, twouters, gregory.p.smith, vstinner, larry, benjamin.peterson, ned.deily, python-dev, Peter Ebden
2017-05-03 16:24:48serhiy.storchakasetmessageid: <1493828688.39.0.438580534575.issue29094@psf.upfronthosting.co.za>
2017-05-03 16:24:48serhiy.storchakalinkissue29094 messages
2017-05-03 16:24:48serhiy.storchakacreate