This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients skrah, vstinner
Date 2019-01-09.11:47:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547034441.52.0.0858685788424.issue35697@roundup.psfhosted.org>
In-reply-to
Content
Ok, I wrote PR 11474. Correct result with this PR:

$ ./python decimal_locale.py 
LC_NUMERIC locale: uk_UA.koi8u
decimal_point: ',' = ',' = U+002c
thousands_sep: '\xa0' = '\xa0' = U+00a0
format: '1\xa0200,5' = 1 200,5 = U+0031 U+00a0 U+0032 U+0030 U+0030 U+002c U+0035
History
Date User Action Args
2019-01-09 11:47:23vstinnersetrecipients: + vstinner, skrah
2019-01-09 11:47:21vstinnersetmessageid: <1547034441.52.0.0858685788424.issue35697@roundup.psfhosted.org>
2019-01-09 11:47:21vstinnerlinkissue35697 messages
2019-01-09 11:47:21vstinnercreate