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 vstinner
Recipients gpolo, serhiy.storchaka, vstinner
Date 2017-08-08.13:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502199113.74.0.134735463625.issue31068@psf.upfronthosting.co.za>
In-reply-to
Content
Calling "self.tk.call('update')" runs the Tcl event loop:
* http://wiki.tcl.tk/1252
* https://www.tcl.tk/man/tcl/TclCmd/update.htm

Interesting but very old (2001) article: "Update considered harmful"
http://wiki.tcl.tk/1255
History
Date User Action Args
2017-08-08 13:31:53vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-08-08 13:31:53vstinnersetmessageid: <1502199113.74.0.134735463625.issue31068@psf.upfronthosting.co.za>
2017-08-08 13:31:53vstinnerlinkissue31068 messages
2017-08-08 13:31:53vstinnercreate