https://hg.python.org/cpython/rev/f138b53ee72e changeset: 105795:f138b53ee72e parent: 105791:29c5dd3f9277 parent: 105794:a0aab1d2a8d6 user: Ned Deily <nad at python.org> date: Fri Dec 23 04:17:38 2016 -0500 summary: Update documentation index sidebar for 3.6.0 release. files: Doc/tools/templates/indexsidebar.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Doc/tools/templates/indexsidebar.html b/Doc/tools/templates/indexsidebar.html --- a/Doc/tools/templates/indexsidebar.html +++ b/Doc/tools/templates/indexsidebar.html @@ -4,7 +4,7 @@ <ul> <li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li> <li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li> - <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (pre-release){% endtrans %}</a></li> + <li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li> <li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li> </ul> -- Repository URL: https://hg.python.org/cpython