Bug with super() and reload()?

Martin v. Löwis martin at v.loewis.de
Thu Jan 16 09:44:13 EST 2003


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





More information about the Python-list mailing list