From: Roger Serwy Date: Wed, 17 Apr 2013 05:22:50 +0000 (-0500) Subject: #14735: Update IDLE docs to omit "Control-z on Windows". X-Git-Tag: v3.3.2~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=643ea53c140e2d2b3e21197fd87c1778131297d0;p=thirdparty%2FPython%2Fcpython.git #14735: Update IDLE docs to omit "Control-z on Windows". --- diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 815ee403da09..919ac72acc5e 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -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: diff --git a/Misc/NEWS b/Misc/NEWS index 06fb78f922dc..0b118d50937c 100644 --- 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.