]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152367)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 Jun 2026 07:41:21 +0000 (09:41 +0200)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 07:41:21 +0000 (07:41 +0000)
commitfbf61fbd4deede7deecb7af65e3dee236ce18775
tree802379379220dc7769361c2fb9661686381582a5
parent029016654ec08142f59d4f46113b3c1ec0830387
[3.15] gh-151678: Add more tests for tkinter.dnd (GH-152362) (GH-152367)

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