[python 3.0] reload() gone?

2007-08-31 Thread Bernard Lebel
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? Thanks Bernard -- http://mail.python.org/mailman/listinfo/python-list

Re: [python 3.0] reload() gone?

2007-08-31 Thread Terry Reedy
Bernard Lebel [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] |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 The .a1 release docs are a bit skimpy in places.