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 Retro
Recipients BreamoreBoy, Retro, alanmcintyre, georg.brandl, markaflacy, nnorwitz, pitrou
Date 2010-11-28.14:43:04
SpamBayes Score 0.003750042
Marked as misclassified No
Message-id <1290955385.93.0.616472632219.issue1710703@psf.upfronthosting.co.za>
In-reply-to
Content
Please fix this patch to raise BadZipFile instead of BadZipfile. See http://docs.python.org/dev/library/zipfile.html?highlight=zipfile#zipfile.BadZipfile. The use of the class name BadZipfile is deprecated. The class name BadZipFile is prefered.
History
Date User Action Args
2010-11-28 14:43:06Retrosetrecipients: + Retro, nnorwitz, georg.brandl, alanmcintyre, pitrou, markaflacy, BreamoreBoy
2010-11-28 14:43:05Retrosetmessageid: <1290955385.93.0.616472632219.issue1710703@psf.upfronthosting.co.za>
2010-11-28 14:43:04Retrolinkissue1710703 messages
2010-11-28 14:43:04Retrocreate