[docs] [issue10259] Entry text not set if all of 'Font', 'Foreground' and 'Justify' are set

Guilherme Polo report at bugs.python.org
Fri Nov 30 17:01:01 CET 2012


Guilherme Polo added the comment:

Calm down for a moment. This is just incorrect usage of Entry. There is no "text" parameter documented for this class (see its docstring, for a quick reference on that). Also, there is a lot of Tkinter documentation, the official one at can be found at  http://docs.python.org/2/library/tkinter.html, which includes links for further documentation.

This is actually unrelated to string hash randomization, it is only barely related to the unordered nature of the hash implementation. What actually happens is that the tk lib usually accepts abbreviations of parameter names. So specifying "text" and "textvariable" is the same for tk.

----------
resolution:  -> invalid
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10259>
_______________________________________


More information about the docs mailing list