commit | 8bfacc798559bb99bc9e13060b9ff23234760c1f | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 25 22:22:48 2015 -0400 |
committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 25 22:22:48 2015 -0400 |
tree | ca5f10b4edd45a3b63fbd693c4a5bfe252df7c12 | |
parent | 647412fb89521a2f939852caed06985fb35f156b [diff] |
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.