]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jan 2022 03:16:31 +0000 (22:16 -0500)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 03:16:31 +0000 (22:16 -0500)
commitfcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f
treef08c12d138d8a6612f092bcc69e13759b40d073e
parentced50051bb752a7c1e616f4b0c001f37f0354f32
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.
Doc/library/idle.rst
Lib/idlelib/help.html
Lib/idlelib/mainmenu.py
Misc/NEWS.d/next/IDLE/2022-01-26-19-33-55.bpo-45296.LzZKdU.rst [new file with mode: 0644]