]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936) (GH-30944)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jan 2022 03:55:25 +0000 (19:55 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 03:55:25 +0000 (22:55 -0500)
commit5acaad0b3033fde6f21de6ac73681cd6cf64b1f7
treea462df8f1c4b7a04886daced7bb5a2d2f7e217c8
parentc7af838805ddf52320bce3d5978bfdd37eed1b3a
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 fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f)

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