I'm sure this is either easy or impossible. :)
I have a Windows command console window open with a Python 2.5 interpreter running. I also have a text editor open on a module I'm debugging. What I'd like to do is make some changes in the editor, save the file, load it into the interpreter window, call a few functions from the module, and repeat until satisfied. But import doesn't reload a module it already has in sys.modules. Is there a "forget" command? Or some other way of loading the module afresh?