https://github.com/python/cpython/commit/819ad377766d64428b1ffdc885d953eae86c6502 commit: 819ad377766d64428b1ffdc885d953eae86c6502 branch: 3.6 author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com> committer: Ned Deily <nad at python.org> date: 2019年10月14日T18:21:43-04:00 summary: Doc: 3.8 is now stable. (GH-16790) (GH-16793) (cherry picked from commit 4504b4500d2a1a80c26b27b0bfff8b624d5ce06c) Co-authored-by: Julien Palard <julien at palard.fr> files: M Doc/tools/templates/indexsidebar.html diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html index 0adaf038d0e52..e5748f2ab0fc6 100644 --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -3,7 +3,7 @@ <h3>{% trans %}Download{% endtrans %}</h3> <h3>{% trans %}Docs by version{% endtrans %}</h3> <ul> <li><a href="https://docs.python.org/3.9/">{% trans %}Python 3.9 (in development){% endtrans %}</a></li> - <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (pre-release){% endtrans %}</a></li> + <li><a href="https://docs.python.org/3.8/">{% trans %}Python 3.8 (stable){% 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 (security-fixes){% endtrans %}</a></li> <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>