File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 10
10
'(?:release/\\d.\\d[\\x\\d\\.]*)' ] ;
11
11
12
12
var all_versions = {
13
- '3.9' : 'dev (3.9)' ,
13
+ '3.10' : 'dev (3.10)' ,
14
+ '3.9' : 'pre (3.9)' ,
14
15
'3.8' : '3.8' ,
15
16
'3.7' : '3.7' ,
16
17
'3.6' : '3.6' ,
Original file line number Diff line number Diff line change @@ -2,7 +2,8 @@ <h3>{% trans %}Download{% endtrans %}</h3>
2
2
< p > < a href ="{{ pathto('download') }} "> {% trans %}Download these documents{% endtrans %}</ a > </ p >
3
3
< h3 > {% trans %}Docs by version{% endtrans %}</ h3 >
4
4
< ul >
5
- < li > < a href ="https://docs.python.org/3.9/ "> {% trans %}Python 3.9 (in development){% endtrans %}</ a > </ li >
5
+ < li > < a href ="https://docs.python.org/3.10/ "> {% trans %}Python 3.10 (in development){% endtrans %}</ a > </ li >
6
+ < li > < a href ="https://docs.python.org/3.9/ "> {% trans %}Python 3.9 (pre-release){% endtrans %}</ a > </ li >
6
7
< li > < a href ="https://docs.python.org/3.8/ "> {% trans %}Python 3.8 (stable){% endtrans %}</ a > </ li >
7
8
< li > < a href ="https://docs.python.org/3.7/ "> {% trans %}Python 3.7 (stable){% endtrans %}</ a > </ li >
8
9
< li > < a href ="https://docs.python.org/3.6/ "> {% trans %}Python 3.6 (security-fixes){% endtrans %}</ a > </ li >
You can’t perform that action at this time.
0 commit comments