aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2020-01-06 22:56:57 -0800
committerGitHub <noreply@github.com>2020-01-06 22:56:57 -0800
commit249706c1fbce04125d81bd9993e6c010ae30f8e4 (patch)
treeaa65253991b2c1f3b94f8232f526fd93bcfb2b71
parentbpo-27973 - Use test.support.temp_dir instead of NamedTemporaryFile for the (... (diff)
downloadcpython-249706c1fbce04125d81bd9993e6c010ae30f8e4.tar.gz
cpython-249706c1fbce04125d81bd9993e6c010ae30f8e4.tar.bz2
cpython-249706c1fbce04125d81bd9993e6c010ae30f8e4.zip
Doc: Change Python 2 status to EOL. (GH-17885)
(cherry picked from commit f4800b8ed3dbe15a0078869a836d968ab3362b8c) Co-authored-by: Inada Naoki <songofacandy@gmail.com>
-rw-r--r--Doc/tools/templates/indexsidebar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html
index e5748f2ab0f..36f94ee0383 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -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>