Skip to content

Commit aee5df5

Browse files
committed
Forward port 3.7.0 final changes
1 parent 4925727 commit aee5df5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+9667
-2574
lines changed

Doc/tools/static/switchers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
var all_versions = {
1313
'3.8': 'dev (3.8)',
14-
'3.7': 'pre (3.7)',
14+
'3.7': '3.7',
1515
'3.6': '3.6',
1616
'3.5': '3.5',
1717
'2.7': '2.7',

Doc/tools/templates/indexsidebar.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ <h3>{% trans %}Download{% endtrans %}</h3>
22
<p><a href="{{ pathto('download') }}">{% trans %}Download these documents{% endtrans %}</a></p>
33
<h3>{% trans %}Docs for other versions{% endtrans %}</h3>
44
<ul>
5-
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (pre-release){% endtrans %}</a></li>
5+
<li><a href="https://docs.python.org/3.7/">{% trans %}Python 3.7 (stable){% endtrans %}</a></li>
66
<li><a href="https://docs.python.org/3.6/">{% trans %}Python 3.6 (stable){% endtrans %}</a></li>
7-
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (stable){% endtrans %}</a></li>
7+
<li><a href="https://docs.python.org/3.5/">{% trans %}Python 3.5 (security-fixes){% endtrans %}</a></li>
88
<li><a href="https://docs.python.org/2.7/">{% trans %}Python 2.7 (stable){% endtrans %}</a></li>
99
<li><a href="https://www.python.org/doc/versions/">{% trans %}Old versions{% endtrans %}</a></li>
1010
</ul>

Doc/whatsnew/3.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
when researching a change.
4646
4747
This article explains the new features in Python 3.7, compared to 3.6.
48-
48+
Python 3.7 was released on June 27, 2018.
4949
For full details, see the :ref:`changelog <changelog>`.
5050

5151

Misc/NEWS.d/3.5.0.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.. bpo: 25071
2-
.. date: 7965
2+
.. date: 9305
33
.. nonce: EwjXl1
44
.. release date: 2015-09-13
55
.. section: Build

0 commit comments

Comments
 (0)