Message333306
| 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:23 | vstinner | set | recipients: + vstinner, skrah |
| 2019-01-09 11:47:21 | vstinner | set | messageid: <1547034441.52.0.0858685788424.issue35697@roundup.psfhosted.org> |
| 2019-01-09 11:47:21 | vstinner | link | issue35697 messages |
| 2019-01-09 11:47:21 | vstinner | create | |