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
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