]> granicus.if.org Git - python/commitdiff
#14735: Update IDLE docs to omit "Control-z on Windows".
authorRoger Serwy <roger.serwy@gmail.com>
Wed, 17 Apr 2013 05:22:50 +0000 (00:22 -0500)
committerRoger Serwy <roger.serwy@gmail.com>
Wed, 17 Apr 2013 05:22:50 +0000 (00:22 -0500)
Lib/idlelib/help.txt
Misc/NEWS

index 815ee403da09f5e4efd5bf7185ac76b39e709329..919ac72acc5ef8a31f44b9ccb092d61664c230cb 100644 (file)
@@ -233,8 +233,7 @@ Completions:
 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:
 
index 06fb78f922dc6f7b5367d754e94fcfbc925d678a..0b118d50937c55e415edb9a3a6cab5a01ab317fb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,8 @@ Library
 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.