]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46496: news11-10 for bpo45296 (GH-30937)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 27 Jan 2022 04:05:42 +0000 (20:05 -0800)
committerGitHub <noreply@github.com>
Thu, 27 Jan 2022 04:05:42 +0000 (23:05 -0500)
(cherry picked from commit 9f0881476e0113d3a35e0ffa96649b9276dd75c5)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Lib/idlelib/NEWS.txt

index 0fe1cd258bfa104f8c2fff0d226f21aee3414ca6..bb78289ba8261c299e4ca4b10c84a54ac4d49e91 100644 (file)
@@ -4,6 +4,12 @@ Released on 2022-05-16
 =========================
 
 
+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