消息 [308561]
Oh. Another Python function is impacted by the bug, str.format:
$ env -i python3 -c 'import locale; locale.setlocale(locale.LC_ALL, "fr_FR"); locale.setlocale(locale.LC_NUMERIC, "es_MX.utf8"); print(ascii(f"{1000:n}"))'
'1\xe2\x80\x89000'
It should be '1\u2009000' ('1', '\u2009', '000'). |
|
| 日期 |
用户 |
动作 |
参数 |
| 2017-12-18 14:27:34 | vstinner | 修改 | recipients:
+ vstinner, skrah, serhiy.storchaka, cstratak |
| 2017-12-18 14:27:34 | vstinner | 修改 | messageid: <1513607254.65.0.213398074469.issue31900@psf.upfronthosting.co.za> |
| 2017-12-18 14:27:34 | vstinner | 链接 | issue31900 messages |
| 2017-12-18 14:27:34 | vstinner | 创建 | |
|