]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 27 May 2023 21:51:05 +0000 (14:51 -0700)
committerGitHub <noreply@github.com>
Sat, 27 May 2023 21:51:05 +0000 (17:51 -0400)
commit5426ff14765bda6c1bf5a74f8223edc144bc8b1f
treeb7ee315c058f544192b1c58fbc01b340174910c5
parent2b176bc90269b400226d0219a05e9b4c49604c51
[3.12] gh-104497: Make tkinter test pass with tk 8.7 (GH-104789) (#105028)

For test_widgets.MenuTest.test_configure_type, the options
in the error message change to alphabetical order.
---------

(cherry picked from commit 897e716d03d559a10dd5015ecb501ceb98955f3a)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_tkinter/test_widgets.py