mirror of
https://github.com/python/cpython.git
synced 2025-11-14 15:56:48 +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:
|
Python Shell window:
|
||||||
|
|
||||||
Control-c interrupts executing command.
|
Control-c interrupts executing command.
|
||||||
Control-d sends end-of-file; closes window if typed at >>> prompt
|
Control-d sends end-of-file; closes window if typed at >>> prompt.
|
||||||
(this is Control-z on Windows).
|
|
||||||
|
|
||||||
Command history:
|
Command history:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -79,6 +79,8 @@ Library
|
||||||
IDLE
|
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 #17585: Fixed IDLE regression. Now closes when using exit() or quit().
|
||||||
|
|
||||||
- Issue #17657: Show full Tk version in IDLE's about dialog.
|
- Issue #17657: Show full Tk version in IDLE's about dialog.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue