]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Doc: Change Python 2 status to EOL. (GH-17885)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 7 Jan 2020 06:59:28 +0000 (22:59 -0800)
committerGitHub <noreply@github.com>
Tue, 7 Jan 2020 06:59:28 +0000 (22:59 -0800)
(cherry picked from commit f4800b8ed3dbe15a0078869a836d968ab3362b8c)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
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>