diff --git a/Lib/idlelib/help.txt b/Lib/idlelib/help.txt index 4429c4b1cbd..b70c79fea5c 100644 --- a/Lib/idlelib/help.txt +++ b/Lib/idlelib/help.txt @@ -277,8 +277,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. Alt-/ expand word is also useful to reduce typing. Command history: diff --git a/Misc/NEWS b/Misc/NEWS index 9a5d38de2d1..63f8d4b6627 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -139,6 +139,12 @@ C-API - Issue #17327: Add PyDict_SetDefault. +IDLE +---- + +- Issue #14735: Update IDLE docs to omit "Control-z on Windows". + + What's New in Python 3.3.1 release candidate 1? ===============================================