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 <rep...@bugs.python.org>
<http://bugs.python.org/issue10259>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to