From 90f8b23be293712447a67f41b58e19cd7b803ad5 Mon Sep 17 00:00:00 2001 From: Roger Serwy Date: Wed, 17 Apr 2013 00:22:50 -0500 Subject: [PATCH] #14735: Update IDLE docs to omit "Control-z on Windows". --- 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 index 2ebf8bf02a5f..4b42e0536ccc 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 fc817401dfeb..5b4080ac6ab6 100644 --- 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. -- 2.47.3