[Python-3000] Is reload() feasible?

Giovanni Bajo rasky at develer.com
Thu Apr 13 20:51:02 CEST 2006


Ian Bicking <ianb at colorstudy.com> wrote:

> I would like to ask: is reloading feasible at all?  Right now reload()
> works poorly.  The builtin reload() can be improved some, but there are
> problems that cannot ever be resolved in general.

Sure, but there are many simple cases where reload() does its job pretty
well. I had a stupid program with more stupid plugins, and it was doing its
job remarkably.
-- 
Giovanni Bajo



More information about the Python-3000 mailing list