On Jul 22, 12:26 pm, Terry Reedy <[EMAIL PROTECTED]> wrote:
>
> *Python2 has a built-in reload function, but in 3.0 it is removed
> because it almost never did what people wanted or expected and thus lead
> to surprising bugs.  You can delete a module from sys.modules and
> re-import it, but the module object and those it created will not
> disappear as long as there are other references to them.

It's not gone. It's been moved to imp.

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to