Bug with super() and reload()?

Thomas Heller theller at python.net
Thu Jan 16 10:05:13 EST 2003


Michael Hudson <mwh at python.net> writes:

> Thomas Heller <theller at python.net> writes:
> 
> > Thinking hard, I can understand why this traceback occurs: The object
> > 'y' is not an instance of the 'Y' refered to in the source code.
> 
> You had to think hard for that?  You can't use Python interactively
> much...

It wasn't the right word I think.

But you're right, most of the time I simply hit C-c C-c in xemacs.

> 
> > Should this be considered a bug, or is it simply a wart, and reload
> > should be avoided?
> 
> Well, it's not gonna change anytime soon, so I guess it's a wart.
> 
> This may interest you:
> 
>     http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/160164

No thanks ;-), I've enough metaclasses already.

Thomas




More information about the Python-list mailing list