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.

Author ncoghlan
Recipients Jan Niklas Hasse, Sworddragon, abarry, akira, barry, ezio.melotti, lemburg, methane, ncoghlan, r.david.murray, vstinner, xdegaye, yan12125
Date 2017-03-13.07:22:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489389750.42.0.241322885418.issue28180@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-03-13 07:22:30ncoghlansetrecipients: + ncoghlan, lemburg, barry, vstinner, ezio.melotti, r.david.murray, methane, akira, Sworddragon, xdegaye, yan12125, abarry, Jan Niklas Hasse
2017-03-13 07:22:30ncoghlansetmessageid: <1489389750.42.0.241322885418.issue28180@psf.upfronthosting.co.za>
2017-03-13 07:22:30ncoghlanlinkissue28180 messages
2017-03-13 07:22:29ncoghlancreate