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 ronaldoussoren
Recipients Dmitry.Jemerov, Ilya.Kulakov, alexander.sturm, barry-scott, karolyi, larryv, lemburg, loewis, mattheww, ncoghlan, ned.deily, r.david.murray, rfmoz, ronaldoussoren, serhiy.storchaka, tsparber, wolma
Date 2019-07-13.11:52:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1563018721.32.0.897135517248.issue18378@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-13 11:52:01ronaldoussorensetrecipients: + ronaldoussoren, lemburg, loewis, barry-scott, ncoghlan, mattheww, ned.deily, r.david.murray, Dmitry.Jemerov, larryv, serhiy.storchaka, wolma, Ilya.Kulakov, tsparber, karolyi, alexander.sturm, rfmoz
2019-07-13 11:52:01ronaldoussorensetmessageid: <1563018721.32.0.897135517248.issue18378@roundup.psfhosted.org>
2019-07-13 11:52:01ronaldoussorenlinkissue18378 messages
2019-07-13 11:52:01ronaldoussorencreate