]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
authorCheryl Sabella <cheryl.sabella@gmail.com>
Fri, 26 Apr 2024 21:27:58 +0000 (14:27 -0700)
committerGitHub <noreply@github.com>
Fri, 26 Apr 2024 21:27:58 +0000 (00:27 +0300)
commit194fd17bc6cb73138e2fe8eb5ca34b19a6c3b25a
tree1bf54e346229e095933c7a79a0bc4fbaab11d679
parentb43c7e1070e515b3e94043ff777ab83074234051
bpo-32839: Add the after_info() method for Tkinter widgets (GH-5664)
Doc/whatsnew/3.13.rst
Lib/test/test_tkinter/test_misc.py
Lib/tkinter/__init__.py
Misc/NEWS.d/next/Library/2018-02-13-10-02-54.bpo-32839.McbVz3.rst [new file with mode: 0644]