summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2022-01-27 04:10:00 (GMT)
committerGitHub <noreply@github.com>2022-01-27 04:10:00 (GMT)
commit287ceca2d62d11a8b45f6264226d984dd044e082 (patch)
tree89a1430b3a935eff368ae6dbcd50e6db9437eb86
parentbc7d96ee332c8a575a453ec81367f2ad499f57d3 (diff)
downloadcpython-287ceca2d62d11a8b45f6264226d984dd044e082.zip
cpython-287ceca2d62d11a8b45f6264226d984dd044e082.tar.gz
cpython-287ceca2d62d11a8b45f6264226d984dd044e082.tar.bz2
bpo-46496: news39 for bpo45296 (#30949)
(cherry picked from commit 9f0881476e0113d3a35e0ffa96649b9276dd75c5)
-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 d656f0c..175c907 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-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
works, instead of <Ctrl-Z Return>, which does not work in IDLE.