#14735: Update IDLE docs to omit "Control-z on Windows".

This commit is contained in:
Roger Serwy 2013-04-17 00:22:50 -05:00
parent a68c1ab571
commit 643ea53c14
2 changed files with 3 additions and 2 deletions

View File

@ -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:

View File

@ -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.