Files
rk35xx-android14/external/python/cpython3/Misc/NEWS.d/3.7.0.rst
T
hmz007 36ed224bac Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
Signed-off-by: hmz007 <hmz007@gmail.com>
Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
2024-10-29 18:12:02 +08:00

18 lines
375 B
ReStructuredText

.. 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.