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 serhiy.storchaka
Recipients gpolo, serhiy.storchaka
Date 2014-02-15.11:53:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392465181.79.0.530455860021.issue20636@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch which adds more helpful repr for Tkinter widgets. Was

    <tkinter.Button object at 0xb6aa6964>

Becomes:

    <tkinter.Button object .3070343372.3066782348>

or (if you assigned names to widgets)

    <tkinter.Button object .panel.b1>

This is very helpful for debugging.
History
Date User Action Args
2014-02-15 11:53:01serhiy.storchakasetrecipients: + serhiy.storchaka, gpolo
2014-02-15 11:53:01serhiy.storchakasetmessageid: <1392465181.79.0.530455860021.issue20636@psf.upfronthosting.co.za>
2014-02-15 11:53:01serhiy.storchakalinkissue20636 messages
2014-02-15 11:53:01serhiy.storchakacreate