On 9/5/07, Guido van Rossum <[EMAIL PROTECTED]> wrote: > On 9/5/07, "Martin v. Löwis" <[EMAIL PROTECTED]> 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 _______________________________________________ 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
