Skip to content

Commit 287ceca

Browse files
authored
bpo-46496: news39 for bpo45296 (#30949)
(cherry picked from commit 9f08814)
1 parent bc7d96e commit 287ceca

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Lib/idlelib/NEWS.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Released on 2022-05-16
44
=========================
55

66

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+
713
bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
814
works, instead of <Ctrl-Z Return>, which does not work in IDLE.
915

0 commit comments

Comments
 (0)