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 Retro, alexandre.vassalotti, andrewsmedina, barry, benjamin.peterson, brett.cannon, eric.araujo, fdrake, flox, georg.brandl, gpolo, hdiogenes, henry.precheur, jhylton, jnoller, [email protected], kbk, orivej, quentin.gallet-gilles
Date 2010-10-13.19:30:51
SpamBayes Score 0.00087767764
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I am very glad you're reorganizing the Standard Library. Thumbs up! I hope everything will comply to PEP 8 after you're done.

Since you're reorganizing, I have my own contribution. I have uploaded a patch. The issue7351 (http://bugs.python.org/issue7351) was not accepted at the time, I hope you'll accept this fix now.

My point is that every class name in module zipfile is like this:
- exception class: LargeZipFile
- normal class: ZipFile
- normal class: PyZipFile

So apply my fix to make the exception class BadZipfile consistent to others and let it be BadZipFile.

Thank you.
History
Date User Action Args
2010-10-13 19:30:55Retrosetrecipients: + Retro, jhylton, fdrake, barry, brett.cannon, georg.brandl, kbk, alexandre.vassalotti, hdiogenes, quentin.gallet-gilles, benjamin.peterson, gpolo, orivej, jnoller, andrewsmedina, [email protected], eric.araujo, henry.precheur, flox
2010-10-13 19:30:55Retrosetmessageid: <[email protected]>
2010-10-13 19:30:52Retrolinkissue2775 messages
2010-10-13 19:30:52Retrocreate