]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:37:55 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2026 06:37:55 +0000 (06:37 +0000)
commit59ff73aa77be7802ee5a0345692088f526162588
tree27757838d4865e86daf46e1c3d4a28b92800e0b7
parent0ba13d34fb8f730f8f087f3756a4a7adfe3f04eb
[3.14] gh-84008: Document that the LC_NUMERIC locale affects tkinter numeric widgets (GH-152008) (GH-152050)

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