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
Date 2018-02-13.13:38:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518529095.33.0.467229070634.issue32839@psf.upfronthosting.co.za>
In-reply-to
Content
In tkinter, after_cancel has a call to after info:
data = self.tk.call('after', 'info', id)

Since this is a supported command, there should be a function to access it directly.

https://www.tcl.tk/man/tcl8.6/TclCmd/after.htm
History
Date User Action Args
2018-02-13 13:38:15cheryl.sabellasetrecipients: + cheryl.sabella
2018-02-13 13:38:15cheryl.sabellasetmessageid: <1518529095.33.0.467229070634.issue32839@psf.upfronthosting.co.za>
2018-02-13 13:38:15cheryl.sabellalinkissue32839 messages
2018-02-13 13:38:15cheryl.sabellacreate