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

2019-08-30 Thread Sam Wainwright


Change by Sam Wainwright :


--
components: Library (Lib)
nosy: Sam Wainwright
priority: normal
severity: normal
status: open
title: Change datetime.MINYEAR to allow for negative years
type: enhancement
versions: Python 3.7

___
Python tracker 
<https://bugs.python.org/issue37992>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-08-30 Thread Sam Wainwright


New submission from Sam Wainwright :

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 
<https://bugs.python.org/issue37992>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com