Skip to content

[3.10] bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)#30944

Merged
terryjreedy merged 1 commit into
python:3.10from
miss-islington:backport-fcde0bc-3.10
Jan 27, 2022
Merged

[3.10] bpo-45296: Clarify close, quit, and exit in IDLE (GH-30936)#30944
terryjreedy merged 1 commit into
python:3.10from
miss-islington:backport-fcde0bc-3.10

Conversation

@miss-islington

@miss-islington miss-islington commented Jan 27, 2022

Copy link
Copy Markdown
Contributor

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.
(cherry picked from commit fcde0bc)

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

https://bugs.python.org/issue45296

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.
(cherry picked from commit fcde0bc)

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

Copy link
Copy Markdown
Contributor Author

@terryjreedy: Status check is done, and it's a success ✅ .

@bedevere-bot bedevere-bot added type-feature A feature request or enhancement awaiting review labels Jan 27, 2022
@terryjreedy terryjreedy merged commit 5acaad0 into python:3.10 Jan 27, 2022
@miss-islington miss-islington deleted the backport-fcde0bc-3.10 branch January 27, 2022 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-feature A feature request or enhancement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants