diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2023-12-11 14:22:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 14:22:36 (GMT) |
commit | 3251ba8f1af535bf28e31a6832511ba19e96b262 (patch) | |
tree | 80a2bd398ec579726beba176cd78fc6a65a6fce9 /Misc/NEWS.d/next/IDLE | |
parent | c27e9d5d17abf468ea10081e177ba673316b1b98 (diff) | |
download | cpython-3251ba8f1af535bf28e31a6832511ba19e96b262.zip cpython-3251ba8f1af535bf28e31a6832511ba19e96b262.tar.gz cpython-3251ba8f1af535bf28e31a6832511ba19e96b262.tar.bz2 |
gh-112898: warn about unsaved files when quitting IDLE on macOS (#112939)
* gh-112898: warn about unsaved files when quitting IDLE on macOS
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 Chavez chrischavez@gmx.us
Diffstat (limited to 'Misc/NEWS.d/next/IDLE')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2023-12-10-20-01-11.gh-issue-112898.98aWv2.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2023-12-10-20-01-11.gh-issue-112898.98aWv2.rst b/Misc/NEWS.d/next/IDLE/2023-12-10-20-01-11.gh-issue-112898.98aWv2.rst new file mode 100644 index 0000000..1c20e46 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2023-12-10-20-01-11.gh-issue-112898.98aWv2.rst @@ -0,0 +1 @@ +Fix processing unsaved files when quitting IDLE on macOS. |