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.

作者 ncoghlan
收信人 ncoghlan, ned.deily, ronaldoussoren, vstinner
日期 2017-12-07.00:45:21
SpamBayes Score -1.0
Marked as misclassified
Message-id <1512607521.91.0.213398074469.issue30672@psf.upfronthosting.co.za>
In-reply-to
内容
As discussed in https://bugs.python.org/issue32238 and https://mail.python.org/pipermail/python-dev/2017-December/151105.html, I now think the right answer for the POSIX case is to ensure the legacy locale detection logic always treats that the same way as it does the C locale.

LANG=UTF-8 I'm still not sure about - as I understand it, that's a partial locale that only defines LC_CTYPE, which may be why the libc implementation ignores it if you try to set it as a general category default.
历史
日期 用户 动作 参数
2017-12-07 00:45:21ncoghlan修改recipients: + ncoghlan, ronaldoussoren, vstinner, ned.deily
2017-12-07 00:45:21ncoghlan修改messageid: <1512607521.91.0.213398074469.issue30672@psf.upfronthosting.co.za>
2017-12-07 00:45:21ncoghlan链接issue30672 messages
2017-12-07 00:45:21ncoghlan创建