]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 24 Jun 2026 06:30:17 +0000 (09:30 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 06:30:17 +0000 (09:30 +0300)
commitee78d4323c174d0281fef5e04e965cda4c46eeb7
tree3b19c258b7ac92033a515409aa2be856ed375aff
parent560ff8e2021d818555884622f6865f4a0d60756f
gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-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().

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Doc/library/tkinter.rst
Doc/library/tkinter.ttk.rst