]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Change Python 2 status to EOL. (GH-17885)
authorInada Naoki <songofacandy@gmail.com>
Tue, 7 Jan 2020 06:52:44 +0000 (15:52 +0900)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 06:52:44 +0000 (15:52 +0900)
Doc/tools/templates/indexsidebar.html

index c51dcc7582e54f8dcc9194ecc5eb2fbd7cdd43f1..4730a5fe5db7bcc28f92155b7c6f04e19448d9b7 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>