bpo-46496: news11-10 for bpo45296 (GH-30937)

(cherry picked from commit 9f0881476e)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
This commit is contained in:
Miss Islington (bot) 2022-01-26 20:05:42 -08:00 committed by GitHub
parent 5acaad0b30
commit b3cf525bd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,12 @@ Released on 2022-05-16
=========================
bpo-45296: 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.
bpo-45495: Add context keywords 'case' and 'match' to completions list.
bpo-45296: On Windows, change exit/quit message to suggest Ctrl-D, which