bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)

This commit is contained in:
Cheryl Sabella 2024-04-26 14:27:58 -07:00 committed by GitHub
parent b43c7e1070
commit 194fd17bc6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 59 additions and 0 deletions

View file

@ -791,6 +791,9 @@ tkinter
:class:`tkinter.ttk.Style`.
(Contributed by Serhiy Storchaka in :gh:`68166`.)
* Add the :meth:`!after_info` method for Tkinter widgets.
(Contributed by Cheryl Sabella in :gh:`77020`.)
traceback
---------