(original) (raw)
changeset: 83421:3fda81465102 parent: 83418:61a17d9e58e2 parent: 83420:017891cc973f user: Roger Serwy roger.serwy@gmail.com date: Wed Apr 17 00:27:31 2013 -0500 files: Lib/idlelib/help.txt Misc/NEWS description: #14735: merge with 3.3. diff -r 61a17d9e58e2 -r 3fda81465102 Lib/idlelib/help.txt --- a/Lib/idlelib/help.txt Wed Apr 17 07:34:31 2013 +0300 +++ b/Lib/idlelib/help.txt Wed Apr 17 00:27:31 2013 -0500 @@ -277,8 +277,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. Alt-/ expand word is also useful to reduce typing. Command history: diff -r 61a17d9e58e2 -r 3fda81465102 Misc/NEWS --- a/Misc/NEWS Wed Apr 17 07:34:31 2013 +0300 +++ b/Misc/NEWS Wed Apr 17 00:27:31 2013 -0500 @@ -139,6 +139,12 @@ - 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? =============================================== /roger.serwy@gmail.com