Skip to content

Commit 50b75d0

Browse files
committed
Merge branch '3.5' of github.com:python/cpython into 3.5
2 parents 2d80514 + 2fc65c6 commit 50b75d0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/tools/static/version_switch.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
'use strict';
33

44
var all_versions = {
5+
'3.8': 'dev (3.8)',
56
'3.7': 'dev (3.7)',
67
'3.6': '3.6',
78
'3.5': '3.5',

Doc/tools/templates/indexsidebar.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ <h3>{% trans %}Download{% endtrans %}</h3>
22
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
5-
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
5+
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
6+
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
67
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
7-
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
8+
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
89
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
910
</ul>
1011

0 commit comments

Comments
 (0)