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 twouters
Recipients Peter Ebden, benjamin.peterson, gregory.p.smith, larry, ned.deily, python-dev, serhiy.storchaka, twouters, vstinner
Date 2017-05-04.22:42:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493937776.55.0.667017225806.issue29094@psf.upfronthosting.co.za>
In-reply-to
Content
Well, what should the zipfile module do when you open a broken zipfile for appending in the first place? :) There are many ways in which it could be broken. I don't think a zipfile with incorrect offsets should be treated any differently.

(I don't know *how* the zipfile module should treat broken zipfiles, and I don't know how it treats them now -- but I think the most important thing is consistency and documenting the choice :P)
History
Date User Action Args
2017-05-04 22:42:56twouterssetrecipients: + twouters, gregory.p.smith, vstinner, larry, benjamin.peterson, ned.deily, python-dev, serhiy.storchaka, Peter Ebden
2017-05-04 22:42:56twouterssetmessageid: <1493937776.55.0.667017225806.issue29094@psf.upfronthosting.co.za>
2017-05-04 22:42:56twouterslinkissue29094 messages
2017-05-04 22:42:56twouterscreate