blob: 41a93165e3cca4a367842be88de12187eaf83bd9 [file] [log] [blame]
Ned Deilyaee5df52018-06-27 18:45:50 -04001.. bpo: 33851
2.. date: 2018-06-13-15-12-25
3.. nonce: SVbqlz
4.. release date: 2018-06-27
5.. section: Library
6
7Fix :func:`ast.get_docstring` for a node that lacks a docstring.
8
9..
10
11.. bpo: 33932
12.. date: 2018-06-21-15-29-59
13.. nonce: VSlXyS
14.. section: C API
15
16Calling Py_Initialize() twice does nothing, instead of failing with a fatal
17error: restore the Python 3.6 behaviour.