mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
#14735: Update IDLE docs to omit "Control-z on Windows".
This commit is contained in:
parent
a68c1ab571
commit
643ea53c14
2 changed files with 3 additions and 2 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue