[python 3.0] reload() gone?



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
.



Relevant Pages

  • Re: coloring a complex number
    ... it seems that I am actually subclassing the built_in function ... >> The importance of the asset of the depth and breadth of Python archives ... As these archives serve as an extension to the documentation, ... this asset is generally better for answers than explanations. ...
    (comp.lang.python)
  • Re: reload() gone?
    ... without further explanations. ... So what are we supposed to do to reload modules? ... object which exec doesn't identify as a file). ... you've got access to the actual python source file of the module. ...
    (comp.lang.python)
  • re: reloading modules
    ... John> reload modules imported by the specified module, ... Nor adjust references to objects in the reloaded module. ...
    (comp.lang.python)