]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport 3.7.0 final changes
authorNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:49:31 +0000 (18:49 -0400)
committerNed Deily <nad@python.org>
Wed, 27 Jun 2018 22:49:31 +0000 (18:49 -0400)
Doc/tools/static/version_switch.js
Doc/tools/templates/indexsidebar.html

index 018609e926c121b96ea2392b383aed24eb0cd3bb..0c17aa9dd54d1771502e416ebc3e4d514d6689fa 100644 (file)
@@ -3,7 +3,7 @@
 
   var all_versions = {
     '3.8': 'dev (3.8)',
-    '3.7': 'dev (3.7)',
+    '3.7': '3.7',
     '3.6': '3.6',
     '3.5': '3.5',
     '2.7': '2.7',
index 7c0fe00655e4fe6f3a07e969262329b3675285a6..3f4e275a4b30d735426c454f393d0bd3382c0931 100644 (file)
@@ -3,7 +3,7 @@
 <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/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>