]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.6] Remove 3.5 from Doc version switcher in master. (GH-22886) (#22891)
authorlarryhastings <larry@hastings.org>
Thu, 22 Oct 2020 15:55:36 +0000 (08:55 -0700)
committerGitHub <noreply@github.com>
Thu, 22 Oct 2020 15:55:36 +0000 (08:55 -0700)
(cherry picked from commit 283f9a253b4ff4df728558205629b3bb3af6e47f)

Doc/tools/static/switchers.js
Doc/tools/templates/indexsidebar.html

index 3b6de6f3d90fdde7fdb2737e4604eefbacebe249..30801917ed9eb909ca6e6b5224b55723a42b8542 100644 (file)
@@ -15,7 +15,6 @@
     '3.8': '3.8',
     '3.7': '3.7',
     '3.6': '3.6',
-    '3.5': '3.5',
     '2.7': '2.7',
   };
 
index c5924fd5774c58263a8a252d854622fd3f728c07..2ef90f094ddaa6b933fcf4aaa84882e258d7cfd8 100644 (file)
@@ -7,7 +7,6 @@
   <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (stable){% 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 (security-fixes){% 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://docs.python.org/2.7/">{% trans %}Python 2.7 (EOL){% endtrans %}</a></li>
   <li><a href="https://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>
 </ul>