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

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

index c51f178ce645c0ca8369e78dc9506f3fff3a49b0..1a1c7d0fa57e23856f292d8e70e1c5a002878819 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 7a40be77aa12955859d96ae3c49b703df802a522..1c1cb5484a4f67385f4cb1bb093efb4abbeac052 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>