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-09-11.17:41:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473615680.48.0.600421947948.issue27405@psf.upfronthosting.co.za>
In-reply-to
Content
Here is more mature patch. Now you can set tracing function with the tkinter.Tk.settrace() method. Tracing function takes the single argument -- a tuple containing the command and arguments. If set global tkinter.debug to True, the tracing function of newly created Tk object will be set to tkinter.print_command that prints the command to stdout.
History
Date User Action Args
2016-09-11 17:41:21serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-09-11 17:41:20serhiy.storchakasetmessageid: <1473615680.48.0.600421947948.issue27405@psf.upfronthosting.co.za>
2016-09-11 17:41:20serhiy.storchakalinkissue27405 messages
2016-09-11 17:41:20serhiy.storchakacreate