[Python-3000] Questions about PEP 3121 (original) (raw)

Brett Cannon brett at python.org
Wed Sep 5 21:49:03 CEST 2007


On 9/5/07, Guido van Rossum <guido at python.org> wrote:

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.

+1 on having imp.reload().

-Brett



More information about the Python-3000 mailing list