8000
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 fcde0bc commit 9f08814Copy full SHA for 9f08814
Lib/idlelib/NEWS.txt
@@ -4,6 +4,12 @@ Released on 2022-10-03
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-45495: Add context keywords 'case' and 'match' to completions list.
14
15
bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
0 commit comments