Bug with super() and reload()?
Martin v. Löwis
martin at v.loewis.de
Thu Jan 16 09:44:13 EST 2003
More information about the Python-list mailing list
Thu Jan 16 09:44:13 EST 2003
- Previous message (by thread): Bug with super() and reload()?
- Next message (by thread): Bug with super() and reload()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thomas Heller <theller at python.net> writes: > Should this be considered a bug, or is it simply a wart, and reload > should be avoided? I think reloading a module should create a new module dictionary, even though such a change may break existing usage of reload. Regards, Martin
- Previous message (by thread): Bug with super() and reload()?
- Next message (by thread): Bug with super() and reload()?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list