]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update 2.7 doc templates for 3.7.0 (GH-7996)
authorNed Deily <nad@python.org>
Thu, 28 Jun 2018 19:20:35 +0000 (15:20 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Jun 2018 19:20:35 +0000 (15:20 -0400)
Doc/tools/static/switchers.js
Doc/tools/templates/indexsidebar.html

index 8e0c5ea0092a9fe53e1bdbb22f045b073ddaf91e..2c051eb0776afc6244f31c460facfc9c319144b0 100644 (file)
@@ -11,7 +11,7 @@
 
   var all_versions = {
     '3.8': 'dev (3.8)',
-    '3.7': 'pre (3.7)',
+    '3.7': '3.7',
     '3.6': '3.6',
     '3.5': '3.5',
     '2.7': '2.7',
index ddd8d75432ce1bbba510d5d97e28be2667aeabba..d6b054e8766bdf88323e632a55bec8061c74aa26 100644 (file)
@@ -3,9 +3,9 @@
 <h3>{% trans %}Docs for other versions{% endtrans %}</h3>
 <ul>
   <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% endtrans %}</a></li>
-  <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
   <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
-  <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
+  <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
 </ul>