]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)
authorTerry Jan Reedy <tjreedy@udel.edu>
Thu, 19 Oct 2023 04:03:24 +0000 (00:03 -0400)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2023 04:03:24 +0000 (00:03 -0400)
commit642eb8df951f2f1d4bf4d93ee568707c5bf40a96
treef7eb9ca809520c3edbd64a1f23a2b963206d22d6
parent19916941172844f9c52d7a6dce95efaa23035772
gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (#111053)

Replace tuple value with internal name, removing numbers.
Remove sorting of already ordered dislay names.
Remove '[0]' indexing into now-gone tuple.
Lib/idlelib/configdialog.py
Lib/idlelib/idle_test/test_configdialog.py