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 lither
Recipients
Date 2007-06-07.17:44:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This problem still persists, at least in Python 2.4. As noted by Perry Greenfield, the same problem occurs in tk_focusPrev, and some other methods as well. Rather than track down all such calls it would be easier to add the line
    name = str(name)
at the top of the nametowidget method.

Rick Litherand.
lither@math.lsu.edu
History
Date User Action Args
2007-08-23 14:16:37adminlinkissue799428 messages
2007-08-23 14:16:37admincreate