STINNER Victor <vstin...@python.org> added the comment:

> 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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46659>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to