Message118566
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. |
|
| Date |
User |
Action |
Args |
| 2010-10-13 19:30:55 | Retro | set | recipients:
+ 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:55 | Retro | set | messageid: <[email protected]> |
| 2010-10-13 19:30:52 | Retro | link | issue2775 messages |
| 2010-10-13 19:30:52 | Retro | create | |
|