[issue2775] Implement PEP 3108

Retro report at bugs.python.org
Wed Oct 13 21:30:55 CEST 2010


Retro <vinetouu at gmail.com> added the comment:

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.

----------
nosy: +Retro
Added file: http://bugs.python.org/file19222/zipfile-patch.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2775>
_______________________________________


More information about the Python-bugs-list mailing list