]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119794)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 30 May 2024 19:16:57 +0000 (21:16 +0200)
committerGitHub <noreply@github.com>
Thu, 30 May 2024 19:16:57 +0000 (19:16 +0000)
commitd6bede815dd88adb9a89eda15c01573fd03af080
tree8591078f6d63f74d63575f97c216d3af85eb12b5
parent608cfb8b416d0c2f55efb94f57efcc86d74dbf80
[3.13] gh-119791: Fix new Tkinter tests for wantobjects=0 (GH-119792) (GH-119794)

PhotoImage.get() retruns a string instead of a 3-tuple of integers
in this case.
(cherry picked from commit e875c2d752fed0a8d16958dc7b331e66a2476247)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_tkinter/test_images.py