]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152369)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 07:38:28 +0000 (09:38 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 07:38:28 +0000 (10:38 +0300)
commit0bc5aad8cc1336794aef7e893632576a4dd12c39
treed0cb95d691881c36e586df1963c86f4b95e78e77
parentcee72326ffc2ec8d98f8d435c62e13a2f5c17edf
[3.13] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152369)

Cover the drag cursor, the Motion and ButtonRelease bindings, switching
between targets, the target search up the master chain, dnd_accept()
returning None, and restarting after a drag has finished.
(cherry picked from commit 389e00f13fb5b20b424980b08678753441db7529)

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