[issue18378] locale.getdefaultlocale() fails on Mac OS X with default language set to English

Ronald Oussoren report at bugs.python.org
Sat Jul 13 07:52:01 EDT 2019


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

As promised there is now a pull request. 

I'd love a review (and a change to approve the pull request when reviewers are happy, I'm trying to get back into actively contributing).

---

I now understand why locale.getdefaultlocale() fails even when LC_CTYPE is not set: pylifecycle sets LC_CTYPE to UTF-8 in the UTF-8 coercion code.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue18378>
_______________________________________


More information about the Python-bugs-list mailing list