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 Sam Wainwright
Recipients Sam Wainwright
Date 2019-08-31.01:21:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567214511.52.0.325708343044.issue37992@roundup.psfhosted.org>
In-reply-to
Content
The value of datetime.MINYEAR (1) seems arbitrarily restrictive. There are plenty of reasons why users of the standard library might want to work with negative years. Workarounds involving things like astropy don't work in all cases, particularly when you're working with other third-party libraries that use python dates internally and forking them is a hassle.
History
Date User Action Args
2019-08-31 01:21:51Sam Wainwrightsetrecipients: + Sam Wainwright
2019-08-31 01:21:51Sam Wainwrightsetmessageid: <1567214511.52.0.325708343044.issue37992@roundup.psfhosted.org>
2019-08-31 01:21:51Sam Wainwrightlinkissue37992 messages
2019-08-31 01:21:51Sam Wainwrightcreate