We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5acaad0 commit b3cf525Copy full SHA for b3cf525
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-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