[Python-3000] Questions about PEP 3121
Guido van Rossum
guido at python.org
Wed Sep 5 17:04:13 CEST 2007
On 9/5/07, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> Yes; I'm not certain whether module reloading continues to be supported
> in Py3k or not. If not, it should be removed from the PEP, if yes, it
> should be specified.
I'm already missing the reload() builtin, so I think it should be kept
around in some form. I expect some form of reload functionality will
remain available, perhaps somewhere in the imp module.
--
--Guido van Rossum (home page: http://www.python.org/~guido/)
More information about the Python-3000
mailing list