]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Change Python 2 status to EOL. (GH-17885) (GH-17887)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jan 2020 20:52:13 +0000 (12:52 -0800)
committerNed Deily <nad@python.org>
Tue, 7 Jan 2020 20:52:13 +0000 (15:52 -0500)
(cherry picked from commit f4800b8ed3dbe15a0078869a836d968ab3362b8c)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Doc/tools/templates/indexsidebar.html

index e5748f2ab0fc6e981ffb8ef988c32c3fb910648a..36f94ee03837e89cf1bd7b60b2bde8fc02ff9075 100644 (file)
@@ -7,7 +7,7 @@
   <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 (stable){% 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>