reload() gone?

Arnaud Delobelle arnodel at googlemail.com
Fri Aug 31 17:05:35 EDT 2007


On Aug 31, 7:10 pm, "Bernard Lebel" <3dbern... at gmail.com> wrote:
> I read in the Python 3.0 documentation that reload() was removed,
> without further explanations.
>
> http://docs.python.org/dev/3.0/whatsnew/3.0.html?highlight=reload
>
> So what are we supposed to do to reload modules?
>
PEP 3100 says: use exec() instead.

--
Arnaud




More information about the Python-list mailing list