Ian Bicking <[EMAIL PROTECTED]> 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 _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
