Message371394
Is this a problem exclusive to tkinter? I ran the following code, and it appears to be an issue with the builtin 'float' method:
>>> import locale
>>> locale.setlocale(locale.LC_NUMERIC, 'de_DE.utf8')
'de_DE.utf8'
>>> float("1,2")
ValueError: could not convert string to float: '1,2'
I have somehow managed to corrupt my locales so I would appreciate if you could try on your machine as well (is it just me?!). |
|
Date |
User |
Action |
Args |
2020-06-12 16:35:37 | epaine | set | recipients:
+ epaine, serhiy.storchaka, thawn |
2020-06-12 16:35:37 | epaine | set | messageid: <1591979737.25.0.747722187196.issue39827@roundup.psfhosted.org> |
2020-06-12 16:35:37 | epaine | link | issue39827 messages |
2020-06-12 16:35:37 | epaine | create | |
|