[issue45971] calendar module issue

Vedran Čačić report at bugs.python.org
Fri Dec 3 02:49:23 EST 2021


Vedran Čačić <vedgar at gmail.com> added the comment:

https://docs.python.org/3/library/calendar.html#module-calendar

The functions and classes defined in this module use an idealized calendar, the current Gregorian calendar extended indefinitely in both directions.

https://en.wikipedia.org/wiki/Proleptic_Gregorian_calendar

Even if we decide to change this, this is the thing locale should worry about: not every place adopted Gregorian Calendar at the same time, nor in the same way.

----------
nosy: +veky

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45971>
_______________________________________


More information about the Python-bugs-list mailing list