[Python-checkins] cpython (2.7): Make it slightly clearer that IDLE close message is referring to user program,

terry.reedy python-checkins at python.org
Fri Nov 20 12:22:40 EST 2015


https://hg.python.org/cpython/rev/5588ec7f208e
changeset: 99229:5588ec7f208e
branch: 2.7
parent: 99207:5d88c1d413b9
user: Terry Jan Reedy <tjreedy at udel.edu>
date: Fri Nov 20 12:21:40 2015 -0500
summary:
 Make it slightly clearer that IDLE close message is referring to user program,
not to IDLE itself.
files:
 Lib/idlelib/PyShell.py | 2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Lib/idlelib/PyShell.py b/Lib/idlelib/PyShell.py
--- a/Lib/idlelib/PyShell.py
+++ b/Lib/idlelib/PyShell.py
@@ -1006,7 +1006,7 @@
 if self.executing:
 response = tkMessageBox.askokcancel(
 "Kill?",
- "The program is still running!\n Do you want to kill it?",
+ "Your program is still running!\n Do you want to kill it?",
 default="ok",
 parent=self.text)
 if response is False:
-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /