Skip to content
Prev Previous commit
Next Next commit
Update NEWS.
  • Loading branch information
serhiy-storchaka committed Apr 25, 2024
commit 94a71a47a055a8207b19bb0f0a7dae3b535506d6
3 changes: 3 additions & 0 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Add after_info to tkinter.
Add the :meth:`after_info` method for Tkinter widgets.