We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc7d96e commit 287cecaCopy full SHA for 287ceca
Lib/idlelib/NEWS.txt
@@ -4,6 +4,12 @@ Released on 2022-05-16
4
=========================
5
6
7
+bpo-45296: Clarify close, quit, and exit in IDLE. In the File menu,
8
+'Close' and 'Exit' are now 'Close Window' (the current one) and 'Exit'
9
+is now 'Exit IDLE' (by closing all windows). In Shell, 'quit()' and
10
+'exit()' mean 'close Shell'. If there are no other windows,
11
+this also exits IDLE.
12
+
13
bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
14
works, instead of <Ctrl-Z Return>, which does not work in IDLE.
15
0 commit comments