aboutsummaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/3.7.0.rst
blob: 41a93165e3cca4a367842be88de12187eaf83bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.