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:
Terry Jan Reedy 2022-01-26 22:16:31 -05:00 committed by GitHub
parent ced50051bb
commit fcde0bc10d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 23 additions and 15 deletions

View file

@ -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', [