Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-112898: warn about unsaved files when quitting IDLE on macOS#112939
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Implement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This fixes the bug on Catalina, which I now realize also has the bug. Please merge if you think ready or ask me to.
Thanks@ronaldoussoren for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
…pythonGH-112939)*pythongh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE.(cherry picked from commit3251ba8)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Christopher Chavez chrischavez@gmx.us
GH-112960 is a backport of this pull request to the3.12 branch. |
…pythonGH-112939)*pythongh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE.(cherry picked from commit3251ba8)Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>Co-authored-by: Christopher Chavez chrischavez@gmx.us
GH-112961 is a backport of this pull request to the3.11 branch. |
GH-112939) (#112960)gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-112939)*gh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE.(cherry picked from commit3251ba8)Co-authored-by: Christopher Chavez chrischavez@gmx.usCo-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
GH-112939) (#112961)gh-112898: warn about unsaved files when quitting IDLE on macOS (GH-112939)*gh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE.(cherry picked from commit3251ba8)Co-authored-by: Christopher Chavez chrischavez@gmx.usCo-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
…python#112939)*pythongh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE. Co-authored-by: Christopher Chavez chrischavez@gmx.us
…python#112939)*pythongh-112898: warn about unsaved files when quitting IDLE on macOSImplement the TK function ``::tk::mac::Quit`` on macOS toensure that IDLE asks about saving unsaved files whenquitting IDLE. Co-authored-by: Christopher Chavez chrischavez@gmx.us
Uh oh!
There was an error while loading.Please reload this page.
Implement the TK function
::tk::mac::Quit
on macOS to ensure that IDLE asks about saving unsaved files when quitting IDLE.Co-authored-by: Christopher Chavezchrischavez@gmx.us