New submission from Cheryl Sabella <chek...@gmail.com>: 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 ---------- components: Tkinter messages: 312119 nosy: csabella priority: normal severity: normal status: open title: Add after_info as a function to tkinter type: enhancement versions: Python 3.8 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue32839> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com