This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author samwyse
Recipients cben, kbk, samwyse
Date 2010-08-15.22:19:34
SpamBayes Score 3.140747e-07
Marked as misclassified No
Message-id <034CA1ED-C447-453D-8E14-EEF515F7099B@gmail.com>
In-reply-to <1281897430.57.0.601872342508.issue6321@psf.upfronthosting.co.za>
Content
As it happens, I do use Windows and almost exclusively start IDLE via right-clicks on .py files. I've never seen the behavior you describe documented anywhere.

On Aug 15, 2010, at 1:37 PM, Cherniavsky Beni <report@bugs.python.org> wrote:

> 
> Cherniavsky Beni <cben@users.sf.net> added the comment:
> 
> When you run a program using F5 in IDLE,
> it completely restarts the underlying interpreter!
> If you meant a different way of running, please elaborate.
> 
> (Exception: it uses the same interpreter if you're running "idle -n"; this commonly happens on Windows if you rightclick->Edit with IDLE... a .py file - just don't use that.)
> 
> ----------
> nosy: +cben
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue6321>
> _______________________________________
History
Date User Action Args
2010-08-15 22:19:37samwysesetrecipients: + samwyse, kbk, cben
2010-08-15 22:19:34samwyselinkissue6321 messages
2010-08-15 22:19:34samwysecreate