Home | History | Annotate | Download | only in NEWS.d
      1 .. bpo: 33851
      2 .. date: 2018-06-13-15-12-25
      3 .. nonce: SVbqlz
      4 .. release date: 2018-06-27
      5 .. section: Library
      6 
      7 Fix :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 
     16 Calling Py_Initialize() twice does nothing, instead of failing with a fatal
     17 error: restore the Python 3.6 behaviour.
     18