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

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/tkinter/test/test_tkinter/test_widgets.py