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
收信人 Jan Niklas Hasse, abarry, ezio.melotti, methane, ncoghlan, r.david.murray, vstinner
日期 2016-12-12.08:10:29
SpamBayes Score -1.0
Marked as misclassified
Message-id <1481530230.01.0.696935180359.issue28180@psf.upfronthosting.co.za>
In-reply-to
内容
From CPython's point of view, glibc behaves the same way (i.e. reporting `ascii` as the preferred encoding for operating system interfaces) regardless of whether the cause is the locale not being set at all, or due to it being explicitly set to the legacy POSIX locale via `LANG=C`.
历史
日期 用户 动作 参数
2016-12-12 08:10:30ncoghlan修改recipients: + ncoghlan, vstinner, ezio.melotti, r.david.murray, methane, abarry, Jan Niklas Hasse
2016-12-12 08:10:30ncoghlan修改messageid: <1481530230.01.0.696935180359.issue28180@psf.upfronthosting.co.za>
2016-12-12 08:10:30ncoghlan链接issue28180 messages
2016-12-12 08:10:29ncoghlan创建