]> git.ipfire.org Git - thirdparty/Python/cpython.git/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 2ebf8bf02a5fa115e998589ef321ee5ec00ba615..4b42e0536cccf610656bd85d419b888729e0c844 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 fc817401dfeb32af40a9c99592b587b3ff3d03a4..5b4080ac6ab676e94072eed42480f2d63d41ab73 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -56,6 +56,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.