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 serhiy.storchaka
Recipients methane, myint, serhiy.storchaka, vstinner
Date 2017-05-29.06:33:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1496039594.33.0.0861456975258.issue30497@psf.upfronthosting.co.za>
In-reply-to
Content
It is not possible anymore. Why you need the line number of a docstring?

The closest approximation is between node.lineno and node.body[0].lineno (if node.body is not empty).
History
Date User Action Args
2017-05-29 06:33:14serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, methane, myint
2017-05-29 06:33:14serhiy.storchakasetmessageid: <1496039594.33.0.0861456975258.issue30497@psf.upfronthosting.co.za>
2017-05-29 06:33:14serhiy.storchakalinkissue30497 messages
2017-05-29 06:33:14serhiy.storchakacreate