Retro <vinet...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue2775>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to