Message95485
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? |
|
| Date |
User |
Action |
Args |
| 2009-11-19 16:09:53 | Retro | set | recipients:
+ Retro, georg.brandl, ezio.melotti |
| 2009-11-19 16:09:53 | Retro | set | messageid: <[email protected]> |
| 2009-11-19 16:09:51 | Retro | link | issue7351 messages |
| 2009-11-19 16:09:51 | Retro | create | |
|