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 jack__d
Recipients docs@python, jack__d, richardmines91
Date 2021-06-10.23:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623369591.45.0.678876831356.issue44387@roundup.psfhosted.org>
In-reply-to
Content
Could it be that _locale throws an ImportError whenever LC_MESSAGES doesn't exist? Then, there are fall-backs defined here:

https://github.com/python/cpython/blob/62f1d2b3d7dda99598d053e10b785c463fdcf591/Lib/locale.py#L45-L85
History
Date User Action Args
2021-06-10 23:59:51jack__dsetrecipients: + jack__d, docs@python, richardmines91
2021-06-10 23:59:51jack__dsetmessageid: <1623369591.45.0.678876831356.issue44387@roundup.psfhosted.org>
2021-06-10 23:59:51jack__dlinkissue44387 messages
2021-06-10 23:59:51jack__dcreate