I read something about reload of modules.
#test.py
from ABC import M # M is an attribute of Module ABC

if I change module ABC, I need import ABC and reload ABC before "from
ABC import M" work. in IDLE, I just click F5 and run the code, it
works and does not need type anything like "Import ABC",
"Reload(ABC)". Why the book say the two steps are needed?
Thanks,
Linda
_______________________________________________
Tutor maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/tutor

Reply via email to