]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 24 Jun 2026 06:38:52 +0000 (08:38 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 06:38:52 +0000 (06:38 +0000)
commit9bd0199e5b20c9516c2d66b24b6168874f7d98d7
treea16811ea2bd00906ce2a187273637e394fba3f18
parentdbc9b686e02abb9af57f16184666ba9a344f8004
[3.15] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152049)

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>
Doc/library/tkinter.rst
Doc/library/tkinter.ttk.rst