mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-46496: news39 for bpo45296 (#30949)
(cherry picked from commit 9f0881476e)
This commit is contained in:
parent
bc7d96ee33
commit
287ceca2d6
1 changed files with 6 additions and 0 deletions
|
|
@ -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-45296: On Windows, change exit/quit message to suggest Ctrl-D, which
|
||||
works, instead of <Ctrl-Z Return>, which does not work in IDLE.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue