summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2022-01-27 03:19:32 (GMT)
committerGitHub <noreply@github.com>2022-01-27 03:19:32 (GMT)
commit9f0881476e0113d3a35e0ffa96649b9276dd75c5 (patch)
tree93b6c15029e62df1d5d6ba40b722b9618dda4121 /Lib/idlelib/NEWS.txt
parentfcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f (diff)
downloadcpython-9f0881476e0113d3a35e0ffa96649b9276dd75c5.zip
cpython-9f0881476e0113d3a35e0ffa96649b9276dd75c5.tar.gz
cpython-9f0881476e0113d3a35e0ffa96649b9276dd75c5.tar.bz2
bpo-46496: news11-10 for bpo45296 (GH-30937)
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index a1c6412..ed2b05e 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -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