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-11.00:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623369889.83.0.0689695990189.issue44387@roundup.psfhosted.org>
In-reply-to
Content
Follow-up: nope! My hypothesis was incorrect. This is all that _localemodule.c has to say about LC_MESSAGES:

#ifdef LC_MESSAGES
    ADD_INT(module, LC_MESSAGES);
#endif /* LC_MESSAGES */
History
Date User Action Args
2021-06-11 00:04:49jack__dsetrecipients: + jack__d, docs@python, richardmines91
2021-06-11 00:04:49jack__dsetmessageid: <1623369889.83.0.0689695990189.issue44387@roundup.psfhosted.org>
2021-06-11 00:04:49jack__dlinkissue44387 messages
2021-06-11 00:04:49jack__dcreate