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 steve.dower
Recipients eryksun, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2019-08-26.21:23:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566854633.61.0.267732314991.issue37945@roundup.psfhosted.org>
In-reply-to
Content
Oh yeah, that locale_alias table is useless on Windows :(

But at least the function is documented in such a way that we can change it: "The returned locale code is formatted for use with :func:`setlocale`."

Alternatively, we could make setlocale() do its own normalization step on Windows and ignore (or otherwise validate/reject) the encoding.

None of that explains why the test doesn't seem to run at all on the buildbots though.
History
Date User Action Args
2019-08-26 21:23:53steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, xtreak
2019-08-26 21:23:53steve.dowersetmessageid: <1566854633.61.0.267732314991.issue37945@roundup.psfhosted.org>
2019-08-26 21:23:53steve.dowerlinkissue37945 messages
2019-08-26 21:23:53steve.dowercreate