This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author methane
Recipients benjamin.peterson, georg.brandl, methane, serhiy.storchaka, vstinner
Date 2017-02-08.21:56:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486590997.5.0.115897733605.issue29463@psf.upfronthosting.co.za>
In-reply-to
Content
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`.)
+
History
Date User Action Args
2017-02-08 21:56:37methanesetrecipients: + methane, georg.brandl, vstinner, benjamin.peterson, serhiy.storchaka
2017-02-08 21:56:37methanesetmessageid: <1486590997.5.0.115897733605.issue29463@psf.upfronthosting.co.za>
2017-02-08 21:56:37methanelinkissue29463 messages
2017-02-08 21:56:37methanecreate