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 veky
Recipients ssv5088, veky
Date 2021-12-03.07:49:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638517763.27.0.632698092071.issue45971@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-12-03 07:49:23vekysetrecipients: + veky, ssv5088
2021-12-03 07:49:23vekysetmessageid: <1638517763.27.0.632698092071.issue45971@roundup.psfhosted.org>
2021-12-03 07:49:23vekylinkissue45971 messages
2021-12-03 07:49:23vekycreate