Re: IDLE question: "you may still have to reload nested modules."

2016-03-06 Thread Terry Reedy
On 3/6/2016 7:24 AM, alien2u...@gmail.com wrote: Hello list, I am following "Learning Python: Mark Lutz" and came across following in chapter 3 few days back. What is the copyright date on the copy you have? [quote] * You may still have to reload nested modules. Technically speaking, IDLE's

IDLE question: "you may still have to reload nested modules."

2016-03-06 Thread alien2utoo
Hello list, I am following "Learning Python: Mark Lutz" and came across following in chapter 3 few days back. [quote] * You may still have to reload nested modules. Technically speaking, IDLE's Run->Run Module menu option always runs the current version of the top-level file only; imported