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, mgedmin, ned.deily, serhiy.storchaka
Date 2018-06-15.08:05:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529049918.11.0.947875510639.issue33851@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 08f127a3cad8ce4eb281d30d9488c91b0fd7cfed by Serhiy Storchaka in branch 'master':
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
https://github.com/python/cpython/commit/08f127a3cad8ce4eb281d30d9488c91b0fd7cfed
History
Date User Action Args
2018-06-15 08:05:18serhiy.storchakasetrecipients: + serhiy.storchaka, mgedmin, ned.deily, methane
2018-06-15 08:05:18serhiy.storchakasetmessageid: <1529049918.11.0.947875510639.issue33851@psf.upfronthosting.co.za>
2018-06-15 08:05:18serhiy.storchakalinkissue33851 messages
2018-06-15 08:05:18serhiy.storchakacreate