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 arkanes
Recipients alanmcintyre, arkanes, georg.brandl
Date 2008-02-04.15:17:54
SpamBayes Score 0.017689772
Marked as misclassified No
Message-id <1202138276.81.0.589831797515.issue1757072@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that the zipfile is out of spec. Here are my arguments in favor
of making the change anyway:

Existing zip tools like 7zip, pkzip, and winzip handle these files "as
expected"

As far as I know, it won't break any valid zipfiles.

Because the fix necessary is buried inside a private function in the
zipfile module, it's difficult to monkey-patch the behavior into place
and it's quite hard to figure out what needs to be done.
History
Date User Action Args
2008-02-04 15:17:57arkanessetspambayes_score: 0.0176898 -> 0.017689772
recipients: + arkanes, georg.brandl, alanmcintyre
2008-02-04 15:17:56arkanessetspambayes_score: 0.0176898 -> 0.0176898
messageid: <1202138276.81.0.589831797515.issue1757072@psf.upfronthosting.co.za>
2008-02-04 15:17:55arkaneslinkissue1757072 messages
2008-02-04 15:17:54arkanescreate