[Python-checkins] cpython (3.3): #14735: Update IDLE docs to omit "Control-z on Windows".

roger.serwy python-checkins at python.org
Wed Apr 17 07:28:03 CEST 2013


http://hg.python.org/cpython/rev/017891cc973f
changeset:   83420:017891cc973f
branch:      3.3
parent:      83417:72b650a99b36
user:        Roger Serwy <roger.serwy at gmail.com>
date:        Wed Apr 17 00:22:50 2013 -0500
summary:
  #14735: Update IDLE docs to omit "Control-z on Windows".

files:
  Lib/idlelib/help.txt |  3 +--
  Misc/NEWS            |  2 ++
  2 files changed, 3 insertions(+), 2 deletions(-)


diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt
--- a/Lib/idlelib/help.txt
+++ b/Lib/idlelib/help.txt
@@ -233,8 +233,7 @@
 Python Shell window:
 
 	Control-c interrupts executing command.
-	Control-d sends end-of-file; closes window if typed at >>> prompt
-		(this is Control-z on Windows).
+	Control-d sends end-of-file; closes window if typed at >>> prompt.
 
     Command history:
 
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@
 IDLE
 ----
 
+- Issue #14735: Update IDLE docs to omit "Control-z on Windows".
+
 - Issue #17585: Fixed IDLE regression. Now closes when using exit() or quit().
 
 - Issue #17657: Show full Tk version in IDLE's about dialog.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list