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 ned.deily
Recipients methane, mgedmin, miss-islington, ned.deily, serhiy.storchaka
Date 2018-06-27.22:34:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530138890.05.0.56676864532.issue33851@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 235d0fb93cb456701ce24fad2bc307e9f0312d73 by Ned Deily (Miss Islington (bot)) in branch '3.7':
bpo-33851: Fix ast.get_docstring() for a node that lacks a docstring. (GH-7682)
https://github.com/python/cpython/commit/235d0fb93cb456701ce24fad2bc307e9f0312d73
History
Date User Action Args
2018-06-27 22:34:50ned.deilysetrecipients: + ned.deily, mgedmin, methane, serhiy.storchaka, miss-islington
2018-06-27 22:34:50ned.deilysetmessageid: <1530138890.05.0.56676864532.issue33851@psf.upfronthosting.co.za>
2018-06-27 22:34:50ned.deilylinkissue33851 messages
2018-06-27 22:34:49ned.deilycreate