Skip to content

Commit d8a6bc0

Browse files
authored
Merge pull request python3statement#112 from pganssle/dateutil
Add python-dateutil to the timeline
2 parents a6da1b8 + cbc2a0a commit d8a6bc0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

_sections/30-projects.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ These projects pledge to drop Python 2 support in or before 2020.
2525
- [![](assets/biopython.png)Biopython](http://biopython.org/)
2626
- [![](assets/pythran.png)Pythran](https://github.com/serge-sans-paille/pythran)
2727
- [![](assets/xarray.png)xarray](http://xarray.pydata.org/)
28+
- [![](assets/dateutil.png)dateutil](https://github.com/dateutil/dateutil)
2829
- [![](assets/pystan.png)PyStan](https://github.com/stan-dev/pystan)
2930
- [![](assets/swcarpentry.png)Software Carpentry](https://software-carpentry.org)
3031
- [![](assets/skbio.png)scikit-bio](http://scikit-bio.org)

assets/dateutil.png

14.6 KB
Loading

site.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,11 @@ $(document).ready(function (){
197197
{content: '2.3', start: '2017-06-09', end: '2018-12-31', py2:true},
198198
{content: '3.x -', start: '2018-09-15', end: '2020-12-31', py2:false}
199199
],
200+
'dateutil': [
201+
{content: '2.x', start: '2011-12-01', end: '2018-09-01', py2:true},
202+
{content: '3.x', start: '2018-09-01', end: '2019-07-01', py2:true},
203+
{content: '4.x', start: '2019-01-01', end: '2020-07-01', py2:false},
204+
],
200205

201206
// for tests, rando example
202207
//'matplotlib':[

0 commit comments

Comments
 (0)