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, ezio.melotti, georg.brandl
Date 2009-11-19.16:09:51
SpamBayes Score 0.0015598559
Marked as misclassified No
Message-id <1258646993.64.0.19587671931.issue7351@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2009-11-19 16:09:53Retrosetrecipients: + Retro, georg.brandl, ezio.melotti
2009-11-19 16:09:53Retrosetmessageid: <1258646993.64.0.19587671931.issue7351@psf.upfronthosting.co.za>
2009-11-19 16:09:51Retrolinkissue7351 messages
2009-11-19 16:09:51Retrocreate