[issue32839] Add after_info as a function to tkinter

Cheryl Sabella report at bugs.python.org
Tue Feb 13 08:38:15 EST 2018


New submission from Cheryl Sabella <chekat2 at 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 <report at bugs.python.org>
<https://bugs.python.org/issue32839>
_______________________________________


More information about the Python-bugs-list mailing list