mutlifile inheritance problem simplified

Marc maurelius01 at hotmail.com
Fri Mar 22 23:57:41 EST 2002


Aahz wrote:
> 
> In article <3C9BAB77.B4E17C65 at hotmail.com>,
> Marc  <maurelius01 at hotmail.com> wrote:
> >
> >I'm using Windows NT, Python 1.5.2, and IDLE 0.5
> 
> Try switching to Python 2.1.2 or 2.2; I'm sure that reload() has had
> some changeds.
> --
> Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/
> 
> "We should forget about small efficiencies, about 97% of the time.
> Premature optimization is the root of all evil."  --Knuth

OK, I've just tried Python 2.2 and IDLE 0.8.  Same
problem.

This really seems quite mysterious?  I'm surprised
that others haven't run into this.  I'm sure I'm 
not the first person to use reload, or the first
to 
inherit from a class into different files.

Marc



More information about the Python-list mailing list