]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2026 14:12:08 +0000 (16:12 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 14:12:08 +0000 (14:12 +0000)
commit86cdbd8e44ebb70ab20f82c5d9b19af25998ac21
tree1352b6a8a35a00ef187c3430f7dab88309644147
parent70d495aab0f878c43b02af4298d5882b61c17391
[3.15] gh-151678: Add tests for the remaining tkinter Misc, Wm and Text methods (GH-151782) (GH-151799)

Cover Misc.wait_variable and wait_window, tk_focusFollowsMouse,
selection_handle, the error paths of grab_set_global, send, the
X11-specific Wm methods iconposition, iconmask, iconwindow,
colormapwindows and manage/forget, and the Text.window_config alias and
deprecated yview_pickplace.
(cherry picked from commit aa71eb287f6d812e5270109acb9119c2ad0baef9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Lib/test/test_tkinter/test_misc.py
Lib/test/test_tkinter/test_text.py