]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25173: Replace 'master' with 'parent' in tkinter.messagebox calls.
authorTerry Jan Reedy <tjreedy@udel.edu>
Sat, 26 Sep 2015 02:22:48 +0000 (22:22 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sat, 26 Sep 2015 02:22:48 +0000 (22:22 -0400)
commit8bfacc798559bb99bc9e13060b9ff23234760c1f
treeca5f10b4edd45a3b63fbd693c4a5bfe252df7c12
parent647412fb89521a2f939852caed06985fb35f156b
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