From 3686a65339d191c10864bf1d72681aca12baa597 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Wed, 27 Dec 2023 21:38:27 +0100 Subject: [PATCH] Remove comment that is no longer needed --- Lib/idlelib/macosx.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py index aca5c5f31cf0d7..4ad09b3f854440 100644 --- a/Lib/idlelib/macosx.py +++ b/Lib/idlelib/macosx.py @@ -216,9 +216,6 @@ def help_dialog(event=None): root.bind('<>', config_dialog) root.createcommand('::tk::mac::ShowPreferences', config_dialog) if flist: - # The binding above doesn't reliably work on all versions of Tk - # on macOS. Adding command definition below does seem to do the - # right thing for now. root.createcommand('::tk::mac::Quit', flist.close_all_callback) if isCarbonTk():