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 serhiy.storchaka, terry.reedy
Date 2016-06-11.16:50:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465663841.95.0.97182213129.issue27294@psf.upfronthosting.co.za>
In-reply-to
Content
Oops! Sorry, here is a patch.

Event.type is decoded. The address of the Event object is omitted as don't having much sense (this is short-living object). The name of widget is omitted since it is too long and usually know (in any case you can easy print both widget and event). Only non-default set attributes are output (thus the output depends on the type of the event).
History
Date User Action Args
2016-06-11 16:50:41serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-06-11 16:50:41serhiy.storchakasetmessageid: <1465663841.95.0.97182213129.issue27294@psf.upfronthosting.co.za>
2016-06-11 16:50:41serhiy.storchakalinkissue27294 messages
2016-06-11 16:50:41serhiy.storchakacreate