]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove retired and security branches from active docs (#3883)
authorNed Deily <nad@python.org>
Wed, 4 Oct 2017 03:33:54 +0000 (23:33 -0400)
committerGitHub <noreply@github.com>
Wed, 4 Oct 2017 03:33:54 +0000 (23:33 -0400)
Doc/tools/static/version_switch.js
Doc/tools/templates/indexsidebar.html

index 7289a4d01ea2f6a0de6fe8760f9fea255e481e0e..ea08a960f9d824c4b2d1c29eafdf402a3f277157 100644 (file)
@@ -2,13 +2,11 @@
   'use strict';
 
   var all_versions = {
-    '3.6': 'dev (3.6)',
+    '3.7': 'dev (3.7)',
+    '3.6': '3.6',
     '3.5': '3.5',
     '3.4': '3.4',
-    '3.3': '3.3',
-    '3.2': '3.2',
-    '2.7': '2.7',
-    '2.6': '2.6'
+    '2.7': '2.7'
   };
 
   function build_select(current_version, current_release) {
index abdf070772c8f8b3bb4006e02cbfa5d72c0a48be..8b009418a4ab3083b927f4bfddcd97cc3d92b631 100644 (file)
@@ -3,8 +3,8 @@
 <h3>Docs for other versions</h3>
 <ul>
   <li><a href="https://docs.python.org/2.7/">Python 2.7 (stable)</a></li>
-  <li><a href="https://docs.python.org/3.3/">Python 3.3 (stable)</a></li>
-  <li><a href="https://docs.python.org/3.5/">Python 3.5 (in development)</a></li>
+  <li><a href="https://docs.python.org/3.6/">Python 3.6 (stable)</a></li>
+  <li><a href="https://docs.python.org/3.7/">Python 3.7 (in development)</a></li>
   <li><a href="https://www.python.org/doc/versions/">Old versions</a></li>
 </ul>