(original) (raw)

changeset: 83419:f2a744e067e0 branch: 2.7 parent: 83414:053d55ab495c user: Roger Serwy roger.serwy@gmail.com date: Wed Apr 17 00:22:50 2013 -0500 files: Lib/idlelib/help.txt Misc/NEWS description: #14735: Update IDLE docs to omit "Control-z on Windows". diff -r 053d55ab495c -r f2a744e067e0 Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Wed Apr 17 04:10:26 2013 +0300 +++ b/Lib/idlelib/help.txt Wed Apr 17 00:22:50 2013 -0500 @@ -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 -r 053d55ab495c -r f2a744e067e0 Misc/NEWS --- a/Misc/NEWS Wed Apr 17 04:10:26 2013 +0300 +++ b/Misc/NEWS Wed Apr 17 00:22:50 2013 -0500 @@ -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. /roger.serwy@gmail.com