]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #28900: Update documentation sidebar for 3.6.0rc.
authorNed Deily <nad@python.org>
Thu, 8 Dec 2016 04:34:49 +0000 (23:34 -0500)
committerNed Deily <nad@python.org>
Thu, 8 Dec 2016 04:34:49 +0000 (23:34 -0500)
Doc/tools/templates/indexsidebar.html

index bb449ef1cd30a602584f082de9f6b6f42a22ad9d..e222a461f27f358b48ff2c24e95ec5e5bbc20b28 100644 (file)
@@ -3,7 +3,8 @@
 <h3>{% trans %}Docs for other versions{% endtrans %}</h3>
 <ul>
   <li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
-  <li><a href="https://docs.python.org/3.4/">{% trans %}Python 3.4 (stable){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (in development){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
 </ul>