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

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