mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
In the File menu, 'Close' and 'Exit' are now 'Close Window' (the current one) and 'Exit' is now 'Exit IDLE' (by closing all windows). In Shell, 'quit()' and 'exit()' mean 'close Shell'. If there are no other windows, this also exits IDLE.
This commit is contained in:
parent
ced50051bb
commit
fcde0bc10d
4 changed files with 23 additions and 15 deletions
|
|
@ -34,8 +34,8 @@
|
|||
None,
|
||||
('Prin_t Window', '<<print-window>>'),
|
||||
None,
|
||||
('_Close', '<<close-window>>'),
|
||||
('E_xit', '<<close-all-windows>>'),
|
||||
('_Close Window', '<<close-window>>'),
|
||||
('E_xit IDLE', '<<close-all-windows>>'),
|
||||
]),
|
||||
|
||||
('edit', [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue