]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 30 May 2024 17:22:52 +0000 (20:22 +0300)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 17:22:52 +0000 (17:22 +0000)
commite875c2d752fed0a8d16958dc7b331e66a2476247
tree6e831ba301c1517bd95763412ff488696da1d630
parente91fc11fafb657cab88c5e6f13822432a3b9dc64
gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
Lib/test/test_tkinter/test_images.py