]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jan 2022 03:41:13 +0000 (19:41 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 03:41:13 +0000 (19:41 -0800)
commitbc7d96ee332c8a575a453ec81367f2ad499f57d3
tree9db8d5f583a987dda9bcec59639dbd6cd99a4a5f
parentdafada393f9a790461430e2493ea1379e938b51a
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.
(cherry picked from commit fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]