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 tim.golden
Recipients eryksun, paul.moore, steve.dower, tim.golden, xtreak, zach.ware
Date 2019-08-25.19:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566761645.44.0.98914835325.issue37945@roundup.psfhosted.org>
In-reply-to
Content
Just to save you looking, the code in https://github.com/python/cpython/blob/master/Modules/_localemodule.c#L107 converts the 2-tuple to lang.encoding form so the C module is seeing "en_GB.cp1252"
History
Date User Action Args
2019-08-25 19:34:05tim.goldensetrecipients: + tim.golden, paul.moore, zach.ware, eryksun, steve.dower, xtreak
2019-08-25 19:34:05tim.goldensetmessageid: <1566761645.44.0.98914835325.issue37945@roundup.psfhosted.org>
2019-08-25 19:34:05tim.goldenlinkissue37945 messages
2019-08-25 19:34:05tim.goldencreate