Message 287366 - Python tracker
So what's new entry may be: +* ``Module``, ``FunctionDef``, ``AsyncFunctionDef``, and + ``ClassDef`` AST nodes now have a new ``docstring`` attribute. + The first statement in their body is not considered as a docstring anymore. + This affects ``co_firstlineno`` and ``co_lnotab`` attribute of code object + for module and class. + (Contributed by Eugene Toder and INADA Naoki in :issue:`29463`.) +