summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Core and Builtins/2018-02-27-20-57-00.bpo-32911.cmKfco.rst
blob: 0c2ae756b65cf94b8c58688fd400de187ecb494d (plain)
1
2
3
4
5
Due to unexpected compatibility issues discovered during downstream beta
testing, reverted :issue:`29463`. ``docstring`` field is removed from Module,
ClassDef, FunctionDef, and AsyncFunctionDef ast nodes which was added in
3.7a1.  Docstring expression is restored as a first statement in their body.
Based on patch by Inada Naoki.