Skip to content

[3.13] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008)#152051

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-ee78d43-3.13
Jun 24, 2026
Merged

[3.13] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008)#152051
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-ee78d43-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Spinbox, Scale and ttk.Spinbox format floating-point values according to
the LC_NUMERIC locale, but such values are always parsed with a period, so
a comma-decimal locale breaks DoubleVar.get().
(cherry picked from commit ee78d43)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…umeric widgets (pythonGH-152008)

Spinbox, Scale and ttk.Spinbox format floating-point values according to
the LC_NUMERIC locale, but such values are always parsed with a period, so
a comma-decimal locale breaks DoubleVar.get().
(cherry picked from commit ee78d4323c174d0281fef5e04e965cda4c46eeb7)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added docs Documentation in the Doc dir skip news labels Jun 24, 2026
@github-project-automation github-project-automation Bot moved this to Todo in Docs PRs Jun 24, 2026
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) June 24, 2026 06:33
@serhiy-storchaka serhiy-storchaka merged commit 43c188d into python:3.13 Jun 24, 2026
28 of 29 checks passed
@github-project-automation github-project-automation Bot moved this from Todo to Done in Docs PRs Jun 24, 2026
@miss-islington miss-islington deleted the backport-ee78d43-3.13 branch June 24, 2026 06:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Documentation in the Doc dir skip news

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants