[issue7351] Documentation typos found in "zipfile — Work with ZIP archives"

Retro report at bugs.python.org
Thu Nov 19 17:09:53 CET 2009


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

I am merely speaking of renaming the class name from BadZipfile to
BadZipFile. 

class BadZipFile(exceptions.Exception):
    # etc.


Only the name is fixed at class definition. I am aiming for that in this
bug report. And then every other BadZipfile should be fixed to
BadZipFile. Is that doable?

----------

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


More information about the Python-bugs-list mailing list