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 lemburg
Recipients lemburg, vstinner
Date 2021-03-19.14:42:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <6374a567-6d1f-93ff-ddbc-be30e1a39056@egenix.com>
In-reply-to <1616160447.56.0.84902377628.issue43557@roundup.psfhosted.org>
Content
+1 on getdefaultlocale() as mentioned in https://bugs.python.org/issue43552

However, -1 on getlocale() and normalize().

Those two are needed to access and successfully set the locale on
Linux: the lib C setlocale() is very picky about locale names and
so normalization helps in finding the right form and getting
usable results across platforms.

The issues open for these should be addressed and fixed.
History
Date User Action Args
2021-03-19 14:42:31lemburgsetrecipients: + lemburg, vstinner
2021-03-19 14:42:31lemburglinkissue43557 messages
2021-03-19 14:42:31lemburgcreate