[Python-3000] Questions about PEP 3121 (original) (raw)
Brett Cannon brett at python.org
Wed Sep 5 21:49:03 CEST 2007
- Previous message: [Python-3000] Questions about PEP 3121
- Next message: [Python-3000] bytes C API in 2.6 for easy transition to 3.0?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-3000] Questions about PEP 3121
- Next message: [Python-3000] bytes C API in 2.6 for easy transition to 3.0?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]