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 belopolsky
Recipients belopolsky, serhiy.storchaka
Date 2016-09-26.20:44:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474922646.39.0.781731359123.issue28281@psf.upfronthosting.co.za>
In-reply-to
Content
The calendar module currently relies on datetime for some calculations and is therefore restricted to years 1 through 9999.  With exception to some public methods that are documented to return datetime.date instances, this dependence on the datetime module can be removed.
History
Date User Action Args
2016-09-26 20:44:06belopolskysetrecipients: + belopolsky, serhiy.storchaka
2016-09-26 20:44:06belopolskysetmessageid: <1474922646.39.0.781731359123.issue28281@psf.upfronthosting.co.za>
2016-09-26 20:44:06belopolskylinkissue28281 messages
2016-09-26 20:44:06belopolskycreate