]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:36:53 +0000 (08:36 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 06:36:53 +0000 (06:36 +0000)
commit43c188d0d2128e1c6f11706c365b131608b707ca
treecd73b93f030629f70a0ea208de8cd950965a8a6e
parent32546b728eea7c2757210ee89bb43d360a29a5fa
[3.13] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152051)

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