]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151792)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2026 13:26:04 +0000 (15:26 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 13:26:04 +0000 (13:26 +0000)
commit88e213e4d0f3380d4550c72488a2ee9641dd33a1
tree8fdc148357cfbc7855a43979c9ecb988f572ed9b
parenta50207d8906be545fb8e1e44e7947d7cd4768786
[3.13] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151792)

Drive the drag-and-drop protocol (dnd_start and the DndHandler enter/
motion/commit, leave/cancel and end callbacks).
(cherry picked from commit 2a126a534b0253cf65fb6d06da0cce72eb2eaa23)

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 [new file with mode: 0644]