Skip to content

Commit

Permalink
Forward port 3.7.0 final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ned-deily committed Jun 27, 2018
1 parent 4925727 commit aee5df5
Show file tree
Hide file tree
Showing 53 changed files with 9,667 additions and 2,574 deletions.
2 changes: 1 addition & 1 deletion Doc/tools/static/switchers.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

var all_versions = {
'3.8': 'dev (3.8)',
'3.7': 'pre (3.7)',
'3.7': '3.7',
'3.6': '3.6',
'3.5': '3.5',
'2.7': '2.7',
Expand Down
4 changes: 2 additions & 2 deletions Doc/tools/templates/indexsidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ <h3>{% trans %}Download{% endtrans %}</h3>
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
<ul>
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% 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.5/">{% trans %}Python 3.5 (stable){% 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 %}Old versions{% endtrans %}</a></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
when researching a change.
This article explains the new features in Python 3.7, compared to 3.6.

Python 3.7 was released on June 27, 2018.
For full details, see the :ref:`changelog <changelog>`.


Expand Down
2 changes: 1 addition & 1 deletion Misc/NEWS.d/3.5.0.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.. bpo: 25071
.. date: 7965
.. date: 9305
.. nonce: EwjXl1
.. release date: 2015-09-13
.. section: Build
Expand Down
Loading

0 comments on commit aee5df5

Please sign in to comment.