mutlifile inheritance problem

Aahz aahzpy at panix.com
Thu Mar 21 19:25:49 EST 2002


In article <3C9A680A.F00216D2 at hotmail.com>,
Marc  <maurelius01 at hotmail.com> wrote:
>
>I have the reload in there because I'm developing this program now and
>I want to be able to change different files without tracking down all
>of the dependencies each time.

That's not a problem.  reload() is only useful in some limited contexts
where you can't stop a running program; if your program exits between
runs, there is no reason whatsoever to use reload().  I have no clue why
you're having a problem with reload(), but I've never had a reason to
use it myself and therefore am not familiar with its intricacies.
-- 
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



More information about the Python-list mailing list