Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 27, 2022

Conversation

miss-islington
Copy link
Contributor

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

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 [email protected]

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 <[email protected]>
@miss-islington
Copy link
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