[Python-checkins] Backport 3.7.0 final changes

Ned Deily webhook-mailer at python.org
Wed Jun 27 18:50:23 EDT 2018


https://github.com/python/cpython/commit/13402fc4c974b901c29d98e18301a6e41149508a
commit: 13402fc4c974b901c29d98e18301a6e41149508a
branch: 3.5
author: Ned Deily <nad at python.org>
committer: Ned Deily <nad at python.org>
date: 2018-06-27T18:49:31-04:00
summary:

Backport 3.7.0 final changes

files:
M Doc/tools/static/version_switch.js
M Doc/tools/templates/indexsidebar.html

diff --git a/Doc/tools/static/version_switch.js b/Doc/tools/static/version_switch.js
index 018609e926c1..0c17aa9dd54d 100644
--- a/Doc/tools/static/version_switch.js
+++ b/Doc/tools/static/version_switch.js
@@ -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',
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index 7c0fe00655e4..3f4e275a4b30 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -3,7 +3,7 @@ <h3>{% trans %}Download{% endtrans %}</h3>
 <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>



More information about the Python-checkins mailing list