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) (GH-30944)
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.
(cherry picked from commit fcde0bc10d)
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
parent
c7af838805
commit
5acaad0b30
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