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 ixokai
Recipients Retro, eric.araujo, ezio.melotti, georg.brandl, ixokai, pitrou
Date 2010-10-28.01:04:41
SpamBayes Score 0.00013036748
Marked as misclassified No
Message-id <1288227885.97.0.852913821613.issue7351@psf.upfronthosting.co.za>
In-reply-to
Content
Considering I do use zipfiles a lot, I slightly care about this (at least, eventually)-- I'm attaching a new patch, with doc and test changes as well (and the compatibility alias).

What convinced me was looking at test_zipfile, and noticing how often it actually confused the issue in comments at least, between typing BadZipfile and BadZipFile.

Dunno if I worded the doc-change well, so you may want to adjust that.
History
Date User Action Args
2010-10-28 01:04:46ixokaisetrecipients: + ixokai, georg.brandl, pitrou, ezio.melotti, eric.araujo, Retro
2010-10-28 01:04:45ixokaisetmessageid: <1288227885.97.0.852913821613.issue7351@psf.upfronthosting.co.za>
2010-10-28 01:04:44ixokailinkissue7351 messages
2010-10-28 01:04:43ixokaicreate