summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.7.0.rst
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-27 22:45:50 (GMT)
committerNed Deily <nad@python.org>2018-06-27 22:45:50 (GMT)
commitaee5df5e16ec20e94d4315701315c32edae752f5 (patch)
treee895a6a96b97cdc0650bf1949f3d8fcfbc52eaa0 /Misc/NEWS.d/3.7.0.rst
parent492572715aa0f4ddab51f979f7f56465c762227c (diff)
downloadcpython-aee5df5e16ec20e94d4315701315c32edae752f5.zip
cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.gz
cpython-aee5df5e16ec20e94d4315701315c32edae752f5.tar.bz2
Forward port 3.7.0 final changes
Diffstat (limited to 'Misc/NEWS.d/3.7.0.rst')
-rw-r--r--Misc/NEWS.d/3.7.0.rst17
1 files changed, 17 insertions, 0 deletions
diff --git a/Misc/NEWS.d/3.7.0.rst b/Misc/NEWS.d/3.7.0.rst
new file mode 100644
index 0000000..41a9316
--- /dev/null
+++ b/Misc/NEWS.d/3.7.0.rst
@@ -0,0 +1,17 @@
+.. bpo: 33851
+.. date: 2018-06-13-15-12-25
+.. nonce: SVbqlz
+.. release date: 2018-06-27
+.. section: Library
+
+Fix :func:`ast.get_docstring` for a node that lacks a docstring.
+
+..
+
+.. bpo: 33932
+.. date: 2018-06-21-15-29-59
+.. nonce: VSlXyS
+.. section: C API
+
+Calling Py_Initialize() twice does nothing, instead of failing with a fatal
+error: restore the Python 3.6 behaviour.