| commit | 3be2e54adcc5c8fd87f5f21e09ee4a85d230f8c5 | [log] [tgz] |
|---|---|---|
| author | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 25 22:22:55 2015 -0400 |
| committer | Terry Jan Reedy <tjreedy@udel.edu> | Fri Sep 25 22:22:55 2015 -0400 |
| tree | 27c1d2e167c5c445d8d4875eb0fb54844cb6f05e | |
| parent | cbe16aefb8f19ff431fc2e12e8d35ef1d345dbc1 [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.