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 cheryl.sabella
Recipients cheryl.sabella, serhiy.storchaka
Date 2018-02-22.14:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519308834.67.0.467229070634.issue32857@psf.upfronthosting.co.za>
In-reply-to
Content
I've added the tests for `after` and `after_idle`.  I used `update` and `update_idletasks` to make sure they processed.  Even scheduling an after event for 0 ms didn't guarantee it would process, but I wasn't sure if there was a better way besides `update` to get it to process?
History
Date User Action Args
2018-02-22 14:13:54cheryl.sabellasetrecipients: + cheryl.sabella, serhiy.storchaka
2018-02-22 14:13:54cheryl.sabellasetmessageid: <1519308834.67.0.467229070634.issue32857@psf.upfronthosting.co.za>
2018-02-22 14:13:54cheryl.sabellalinkissue32857 messages
2018-02-22 14:13:54cheryl.sabellacreate