From: Mark Roseman Date: Tue, 26 Jun 2018 01:19:40 +0000 (-0700) Subject: bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920) X-Git-Tag: v3.8.0a1~1493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42397731d7ba8bdf63025d48008d133cb2070229;p=thirdparty%2FPython%2Fcpython.git bpo-33924: Add missed mac-specific 'windows' to 'window' changes (GH-7920) These should have been included in PR 7836. --- diff --git a/Lib/idlelib/macosx.py b/Lib/idlelib/macosx.py index a2260af6e753..d3ae224100cf 100644 --- a/Lib/idlelib/macosx.py +++ b/Lib/idlelib/macosx.py @@ -158,8 +158,8 @@ def overrideRootMenu(root, flist): if end > 0: menu.delete(0, end) - windows.add_windows_to_menu(menu) - windows.register_callback(postwindowsmenu) + window.add_windows_to_menu(menu) + window.register_callback(postwindowsmenu) def about_dialog(event=None): "Handle Help 'About IDLE' event."