[issue37992] Change datetime.MINYEAR to allow for negative years

Sam Wainwright report at bugs.python.org
Fri Aug 30 21:21:51 EDT 2019


New submission from Sam Wainwright <arguewithplato at gmail.com>:

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.

----------

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


More information about the Python-bugs-list mailing list