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

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


http://hg.python.org/cpython/rev/f2a744e067e0
changeset:   83419:f2a744e067e0
branch:      2.7
parent:      83414:053d55ab495c
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
@@ -56,6 +56,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