]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46496: news11-10 for bpo45296 (GH-30937)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 27 Jan 2022 03:19:32 +0000 (22:19 -0500)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 03:19:32 +0000 (22:19 -0500)
Lib/idlelib/NEWS.txt

index a1c64121aae4b66f597a756560ec702e354ea2ac..ed2b05ed662e824644e8e87b52c15389c7060646 100644 (file)
@@ -4,6 +4,12 @@ Released on 2022-10-03
 =========================
 
 
+bpo-45296: Clarify close, quit, and exit in IDLE.  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.
+
 bpo-45495: Add context keywords 'case' and 'match' to completions list.
 
 bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which