summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2022-01-27 03:16:31 (GMT)
committerGitHub <noreply@github.com>2022-01-27 03:16:31 (GMT)
commitfcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f (patch)
treef08c12d138d8a6612f092bcc69e13759b40d073e /Misc/NEWS.d
parentced50051bb752a7c1e616f4b0c001f37f0354f32 (diff)
downloadcpython-fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f.zip
cpython-fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f.tar.gz
cpython-fcde0bc10ddd836b62d0a8e893d80b8c55e0ba3f.tar.bz2
bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)
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.
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/IDLE/2022-01-26-19-33-55.bpo-45296.LzZKdU.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2022-01-26-19-33-55.bpo-45296.LzZKdU.rst b/Misc/NEWS.d/next/IDLE/2022-01-26-19-33-55.bpo-45296.LzZKdU.rst
new file mode 100644
index 0000000..a5b0f8b
--- /dev/null
+++ b/Misc/NEWS.d/next/IDLE/2022-01-26-19-33-55.bpo-45296.LzZKdU.rst
@@ -0,0 +1,4 @@
+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.