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 terry.reedy
Recipients Nebelhom, Todd.Rovito, kbk, ncoghlan, ned.deily, roger.serwy, terry.reedy
Date 2014-10-20.03:16:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
http://inventwithpython.com/blog/2011/11/29/the-things-i-hate-about-idle-that-i-wish-someone-would-fix/comment-page-1/#comment-2726
Professor teaching Python says '4. UNFRIENDLY: Forcing a kill of a running script by clicking the X close button brings up the scary message of “killing” something.'. 

>>> input('say something')
say something  <try to close shell with [x]>

Unless someone objects within a few days, I will change message title and text to
Stop your program?
Your program is still running!  Do you want to stop it and exit the Shell?
History
Date User Action Args
2014-10-20 03:16:07terry.reedysetrecipients: + terry.reedy, kbk, ncoghlan, ned.deily, roger.serwy, Todd.Rovito, Nebelhom
2014-10-20 03:16:07terry.reedysetmessageid: <[email protected]>
2014-10-20 03:16:07terry.reedylinkissue13504 messages
2014-10-20 03:16:06terry.reedycreate