Reloading a module

Erik Max Francis max at alcyone.com
Wed May 28 04:45:54 EDT 2003


Gerhard Häring wrote:

> reload(modulename)

That's actually a little ambiguous, the argument reload takes is an
actual module, not the (string) name of a module.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ Nine worlds I remember.
\__/  Icelandic Edda of Snorri Sturluson




More information about the Python-list mailing list