Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 864a78e

Browse files
committed
Issue #28900: Update documentation sidebar for 3.6.0rc.
2 parents ee19ab5 + 098f85b commit 864a78e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/tools/templates/indexsidebar.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ <h3>{% trans %}Download{% endtrans %}</h3>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
55
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
6-
<li><a href="https://docs.python.org/3.4/">{% trans %}Python 3.4 (stable){% endtrans %}</a></li>
6+
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
7+
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li>
78
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
89
</ul>
910

0 commit comments

Comments
 (0)