Staging
v0.5.1
https://github.com/python/cpython
Revision 294c5229b12c3c6150719910846bdcdba8ed4f3e authored by Miss Islington (bot) on 11 October 2019, 21:09:44 UTC, committed by GitHub on 11 October 2019, 21:09:44 UTC
(cherry picked from commit dd6117c6d7859fee57751593cd56f0862131de8b)

Co-authored-by: bariod <35639254+bariod@users.noreply.github.com>
1 parent 50290e3
Raw File
Tip revision: 294c5229b12c3c6150719910846bdcdba8ed4f3e authored by Miss Islington (bot) on 11 October 2019, 21:09:44 UTC
Fix typo in the "Porting to Python 3.8" section. (GH-16435)
Tip revision: 294c522
3.7.0.rst
.. 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.
back to top