Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8ef5ef

Browse files
committed
Add some Python release/EOL details to the chart
1 parent8ba15eb commite8ef5ef

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

‎site.js‎

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,13 @@ $(document).ready(function (){
101101
// ...
102102
// ]
103103
vardata={
104-
'cpython':[
105-
{content:'Remaining Python 2.7 support',start:Date.now(),end:'2020-01-01',py2:true},
106-
{content:'Python 3.4',start:'2014-03-14',end:'2021-01-01'},
107-
{content:'Python 3.5',start:'2015-09-13',end:'2022-01-01'},// there is no planned EOL for 3.4 and 3.5, invent for now.
104+
'CPython':[
105+
{content:'Python 2.7',start:'2010-07-03',end:'2020-01-01',py2:true},
106+
// EOL for Python 3.3 - 3.6 not announced yet; project 5 years from initial release to follow CPython policy.
107+
{content:'Python 3.3',start:'2012-09-29',end:'2017-09-29'},
108+
{content:'Python 3.4',start:'2014-03-14',end:'2019-03-14'},
109+
{content:'Python 3.5',start:'2015-09-13',end:'2020-09-13'},
110+
{content:'Python 3.6 (scheduled)',start:'2016-12-16',end:'2021-12-16'},
108111
],
109112
'IPython':[
110113
{content:'1.x',start:'2013-08-08',end:'2014-03-31',py2:true},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp