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, akira, barry, deleted250130, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, xdegaye, yan12125
日期 2017-03-13.07:22:29
SpamBayes Score -1.0
Marked as misclassified
Message-id <1489389750.42.0.241322885418.issue28180@psf.upfronthosting.co.za>
In-reply-to
内容
OK, the PEP 538 reference implementation has reached the point where I was willing to create a PR for it: https://github.com/python/cpython/pull/659

That PR/branch also includes the necessary changes to always force the C.UTF-8 locale on Android rather than defaulting to the C locale.

I believe the only thing missing at this point is the configure.ac dance to ensure that PY_WARN_ON_C_LOCALE and PY_COERCE_C_LOCALE never get set on Mac OS X.
历史
日期 用户 动作 参数
2017-03-13 07:22:30ncoghlan修改recipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, deleted250130, xdegaye, yan12125, abarry, Jan Niklas Hasse
2017-03-13 07:22:30ncoghlan修改messageid: <1489389750.42.0.241322885418.issue28180@psf.upfronthosting.co.za>
2017-03-13 07:22:30ncoghlan链接issue28180 messages
2017-03-13 07:22:29ncoghlan创建