This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gpolo
Recipients bruno.dupuis, docs@python, gpolo, iarspider, serhiy.storchaka
Date 2012-11-30.16:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354291260.99.0.332693381868.issue10259@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-30 16:01:01gpolosetrecipients: + gpolo, docs@python, iarspider, serhiy.storchaka, bruno.dupuis
2012-11-30 16:01:00gpolosetmessageid: <1354291260.99.0.332693381868.issue10259@psf.upfronthosting.co.za>
2012-11-30 16:01:00gpololinkissue10259 messages
2012-11-30 16:01:00gpolocreate