I'm using IDLE 1.2 with Python 2.5. My question is, when I'm coding something in an IDLE window, save the code as a file.py, then click on Run>Run Module; and then I change something in the code, resave the file, click on Run>Run Module again; does this remap the namespace in the Python shell? (While using the same shell.) It seems to me that sometimes it does and sometimes it doesn't. Can anybody clarify this, just how does IDLE handle the namespace mapping?
Thanks! _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
