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 kbk
Recipients kbk, taleinat
Date 2008-02-11.02:27:36
SpamBayes Score 0.096801616
Marked as misclassified No
Message-id <1202696908.42.0.255608188603.issue2049@psf.upfronthosting.co.za>
In-reply-to
Content
I don't want to complicate the IDLE interface and confuse the users 
with an additional decision (or a chording keypress for the normal 
state) for this very special case (messing up a connection to a 
robot).  One of the main features of using the IDLE subprocess is a 
clean restart and reload of all code being run.

An alternate approach would be to have a config-main item which if 
set (and not settable in the Options Dialog!) would skip the Shell 
restart when running code with F5.  The user could then hit Ctrl-F6
when he did want a restart.
History
Date User Action Args
2008-02-11 02:28:28kbksetspambayes_score: 0.0968016 -> 0.096801616
recipients: + kbk, taleinat
2008-02-11 02:28:28kbksetspambayes_score: 0.0968016 -> 0.0968016
messageid: <1202696908.42.0.255608188603.issue2049@psf.upfronthosting.co.za>
2008-02-11 02:27:37kbklinkissue2049 messages
2008-02-11 02:27:36kbkcreate