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

@ -0,0 +1 @@
Add the :meth:`after_info` method for Tkinter widgets.