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, larry, ned.deily, serhiy.storchaka
Date 2017-01-01.15:54:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1483286053.49.0.106773417273.issue29094@psf.upfronthosting.co.za>
In-reply-to
Content
Actually all offsets are relative to some point, just this point not always at the start of the file. If concatenate the ZIP file to other file, the unzip utility and the zipfile module are able to infer the starting point and correct offsets. Thus there is no matter what is the starting point of offsets. But Go's standard archive/zip package works only if offsets are relative to the start of the file. I don't know how common such interpretation however.
History
Date User Action Args
2017-01-01 15:54:13serhiy.storchakasetrecipients: + serhiy.storchaka, larry, benjamin.peterson, ned.deily, Peter Ebden
2017-01-01 15:54:13serhiy.storchakasetmessageid: <1483286053.49.0.106773417273.issue29094@psf.upfronthosting.co.za>
2017-01-01 15:54:13serhiy.storchakalinkissue29094 messages
2017-01-01 15:54:13serhiy.storchakacreate