]> granicus.if.org Git - python/commit
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 26 Sep 2015 02:22:55 +0000 (22:22 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 26 Sep 2015 02:22:55 +0000 (22:22 -0400)
commit3be2e54adcc5c8fd87f5f21e09ee4a85d230f8c5
tree27c1d2e167c5c445d8d4875eb0fb54844cb6f05e
parentcbe16aefb8f19ff431fc2e12e8d35ef1d345dbc1
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
This associates the message box with the widget and is better for Mac OSX.
Patch by Mark Roseman.
Lib/idlelib/IOBinding.py
Lib/idlelib/OutputWindow.py
Lib/idlelib/PyShell.py
Lib/idlelib/ScriptBinding.py
Lib/idlelib/run.py