[Python-checkins] bpo-46496: news11-10 for bpo45296 (GH-30937)

terryjreedy webhook-mailer at python.org
Wed Jan 26 23:05:47 EST 2022


https://github.com/python/cpython/commit/b3cf525bd1c57a1d3f28fcb90bce364f0bcb2b7d
commit: b3cf525bd1c57a1d3f28fcb90bce364f0bcb2b7d
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: terryjreedy <tjreedy at udel.edu>
date: 2022-01-26T23:05:42-05:00
summary:

bpo-46496: news11-10 for bpo45296 (GH-30937)

(cherry picked from commit 9f0881476e0113d3a35e0ffa96649b9276dd75c5)

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy at udel.edu>

files:
M Lib/idlelib/NEWS.txt

diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index 0fe1cd258bfa1..bb78289ba8261 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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



More information about the Python-checkins mailing list