Commit aee5df5e authored by Ned Deily's avatar Ned Deily

Forward port 3.7.0 final changes

parent 49257271
......@@ -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',
......
......@@ -2,9 +2,9 @@
<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>
......
......@@ -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>`.
......
.. bpo: 25071
.. date: 7965
.. date: 9305
.. nonce: EwjXl1
.. release date: 2015-09-13
.. section: Build
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
.. bpo: 24284
.. date: 7868
.. date: 9208
.. nonce: NvtEnc
.. release date: 2015-05-31
.. section: Core and Builtins
......@@ -10,7 +10,7 @@ when finding the empty string and the indexes are completely out of range.
..
.. bpo: 24115
.. date: 7867
.. date: 9207
.. nonce: y9e_MO
.. section: Core and Builtins
......@@ -21,7 +21,7 @@ errors correctly.
..
.. bpo: 24328
.. date: 7866
.. date: 9206
.. nonce: 5gL8or
.. section: Core and Builtins
......@@ -30,7 +30,7 @@ Fix importing one character extension modules.
..
.. bpo: 11205
.. date: 7865
.. date: 9205
.. nonce: bikrRP
.. section: Core and Builtins
......@@ -39,7 +39,7 @@ In dictionary displays, evaluate the key before the value.
..
.. bpo: 24285
.. date: 7864
.. date: 9204
.. nonce: wvJumr
.. section: Core and Builtins
......@@ -49,7 +49,7 @@ packages. Patch by Petr Viktorin.
..
.. bpo: 23247
.. date: 7863
.. date: 9203
.. nonce: nN-K74
.. section: Library
......@@ -58,7 +58,7 @@ Fix a crash in the StreamWriter.reset() of CJK codecs.
..
.. bpo: 24270
.. date: 7862
.. date: 9202
.. nonce: M2rJNs
.. section: Library
......@@ -68,7 +68,7 @@ by Chris Barker and Tal Einat.
..
.. bpo: 5633
.. date: 7861
.. date: 9201
.. nonce: JNzKZq
.. section: Library
......@@ -77,7 +77,7 @@ Fixed timeit when the statement is a string and the setup is not.
..
.. bpo: 24326
.. date: 7860
.. date: 9200
.. nonce: 4t_6Gy
.. section: Library
......@@ -87,7 +87,7 @@ David Moore.
..
.. bpo: 16991
.. date: 7859
.. date: 9199
.. nonce: 19_Zmj
.. section: Library
......@@ -96,7 +96,7 @@ Add a C implementation of OrderedDict.
..
.. bpo: 23934
.. date: 7858
.. date: 9198
.. nonce: esb-45
.. section: Library
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
.. bpo: 24769
.. date: 7954
.. date: 9294
.. nonce: XgRA0n
.. release date: 2015-08-25
.. section: Core and Builtins
......@@ -10,7 +10,7 @@ Petr Viktorin.
..
.. bpo: 21167
.. date: 7953
.. date: 9293
.. nonce: uom-Dq
.. section: Core and Builtins
......@@ -20,7 +20,7 @@ even if -fp-model strict is not specified.
..
.. bpo: 24492
.. date: 7952
.. date: 9292
.. nonce: LKDAIu
.. section: Core and Builtins
......@@ -31,7 +31,7 @@ AttributeError.
..
.. bpo: 24847
.. date: 7951
.. date: 9291
.. nonce: SHiiO_
.. section: Library
......@@ -40,7 +40,7 @@ Removes vcruntime140.dll dependency from Tcl/Tk.
..
.. bpo: 24839
.. date: 7950
.. date: 9290
.. nonce: 7_iQZl
.. section: Library
......@@ -49,7 +49,7 @@ platform._syscmd_ver raises DeprecationWarning
..
.. bpo: 24867
.. date: 7949
.. date: 9289
.. nonce: rxJIl7
.. section: Library
......
This diff is collapsed.
.. bpo: 25029
.. date: 7964
.. date: 9304
.. nonce: Zf97rk
.. release date: 2015-09-09
.. section: Library
......@@ -9,7 +9,7 @@ Fixes MemoryError in test_strptime.
..
.. bpo: 25027
.. date: 7963
.. date: 9303
.. nonce: Zaib78
.. section: Build
......
.. bpo: 25709
.. date: 8112
.. date: 9452
.. nonce: OPX2TS
.. release date: 2015-12-06
.. section: Core and Builtins
......@@ -9,7 +9,7 @@ Fixed problem with in-place string concatenation and utf-8 cache.
..
.. bpo: 25715
.. date: 8111
.. date: 9451
.. nonce: 3LLYLj
.. section: Windows
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Fix :func:`ast.get_docstring` for a node that lacks a docstring.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment