Message 229711 - Python tracker

Message229711

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 <1413774967.32.0.888462660718.issue13504@psf.upfronthosting.co.za>
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: <1413774967.32.0.888462660718.issue13504@psf.upfronthosting.co.za>
2014-10-20 03:16:07terry.reedylinkissue13504 messages
2014-10-20 03:16:06terry.reedycreate