X Tutup
Skip to content

[3.12] gh-128562: Fix generation of the tkinter widget names (GH-128604)#128792

Merged
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-da8825e-3.12
Jan 13, 2025
Merged

[3.12] gh-128562: Fix generation of the tkinter widget names (GH-128604)#128792
serhiy-storchaka merged 1 commit intopython:3.12from
miss-islington:backport-da8825e-3.12

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Jan 13, 2025

There were possible conflicts if the widget class name ends with a digit.
(cherry picked from commit da8825e)

Co-authored-by: Zhikang Yan 2951256653@qq.com

…-128604)

There were possible conflicts if the widget class name ends with a digit.
(cherry picked from commit da8825e)

Co-authored-by: Zhikang Yan <2951256653@qq.com>
@serhiy-storchaka serhiy-storchaka merged commit ca5ff6b into python:3.12 Jan 13, 2025
26 checks passed
@miss-islington miss-islington deleted the backport-da8825e-3.12 branch January 2, 2026 18:49
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.

3 participants

X Tutup