summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorJulien Palard <julien@palard.fr>2019-02-10 21:27:12 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-02-10 21:27:12 (GMT)
commit9db56fb8faaa3cd66e7fe82740a4ae4d786bb27f (patch)
tree43fcf1904772f6b8a41cc13af21ee567b1447971 /Doc/tools
parent164686f33aeff403e99ab31087e77192ccbbed10 (diff)
downloadcpython-9db56fb8faaa3cd66e7fe82740a4ae4d786bb27f.zip
cpython-9db56fb8faaa3cd66e7fe82740a4ae4d786bb27f.tar.gz
cpython-9db56fb8faaa3cd66e7fe82740a4ae4d786bb27f.tar.bz2
Doc sidebar: 3.6 has moved to security-fix mode. (GH-11810)
Diffstat (limited to 'Doc/tools')
-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 5bb26a9..3666af9 100644
--- a/Doc/tools/templates/indexsidebar.html
+++ b/Doc/tools/templates/indexsidebar.html
@@ -4,7 +4,7 @@
<ul>
<li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (in development){% 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 (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://www.python.org/doc/versions/">{% trans %}All versions{% endtrans %}</a></li>