[issue15189] tkinter.messagebox does not use the application's icon

2012-07-09 Thread Drew French
Drew French added the comment: This is also true for some of the other dialogs (such as the file dialogs). Does anyone know if this behavior can be changed in Tk itself? -- nosy: +Drew.French ___ Python tracker <http://bugs.python.org/issue15

[issue15303] Minor revision to the method in Tkinter

2012-07-09 Thread Drew French
New submission from Drew French : In the method, is evaluated as a Boolean (when Tkinter attempts to find a parent for the widget). I think it should really be evaluated against , seeing as that is the default keyword argument value for most widgets. I ran into problems with this when