]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151791)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Jun 2026 13:33:36 +0000 (15:33 +0200)
committerGitHub <noreply@github.com>
Sat, 20 Jun 2026 13:33:36 +0000 (13:33 +0000)
commita23a0b4cdd321517e64ef604cf50dc6182969cfb
treecdc52615b0779ad00fce79fd7c956d05b61b3a36
parent2f97fdb9740b7d6e82f4e4279500ed8446b699b6
[3.14] gh-151678: Add tests for tkinter.dnd (GH-151780) (GH-151791)

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]