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 vstinner
Recipients eryksun, lemburg, serhiy.storchaka, vstinner
Date 2022-02-08.10:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644315966.41.0.0405016457715.issue46659@roundup.psfhosted.org>
In-reply-to
Content
> I think calendar.Locale*Calendar should try the LC_CTYPE locale if LC_TIME is "C", i.e. (None, None). Otherwise, it's introducing new default behavior. For example, with LC_ALL set to "ru_RU.utf8": (...)

Oh. Serhiy asked me to use LC_TIME rather than LC_CTYPE.

See also my example in the PR:
https://github.com/python/cpython/pull/31166#issuecomment-1030887394
History
Date User Action Args
2022-02-08 10:26:06vstinnersetrecipients: + vstinner, lemburg, serhiy.storchaka, eryksun
2022-02-08 10:26:06vstinnersetmessageid: <1644315966.41.0.0405016457715.issue46659@roundup.psfhosted.org>
2022-02-08 10:26:06vstinnerlinkissue46659 messages
2022-02-08 10:26:06vstinnercreate