Terry J. Reedy added the comment:

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?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13504>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to