X Tutup
The Wayback Machine - https://web.archive.org/web/20260311161349/https://github.com/python/cpython/pull/111055
Skip to content

[3.12] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-111053)#111055

Merged
terryjreedy merged 1 commit intopython:3.12from
miss-islington:backport-642eb8d-3.12
Oct 19, 2023
Merged

[3.12] gh-111050: IDLE - Simplify configdialog.HighPage.theme_elements (GH-111053)#111055
terryjreedy merged 1 commit intopython:3.12from
miss-islington:backport-642eb8d-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 19, 2023

Replace tuple value with internal name, removing numbers.
Remove sorting of already ordered dislay names.
Remove '[0]' indexing into now-gone tuple.
(cherry picked from commit 642eb8d)

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu

…pythonGH-111053)

Replace tuple value with internal name, removing numbers.
Remove sorting of already ordered dislay names.
Remove '[0]' indexing into now-gone tuple.
(cherry picked from commit 642eb8d)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup