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 vstinner
Recipients benjamin.peterson, georg.brandl, jeff.allen, methane, serhiy.storchaka, vstinner
Date 2017-02-22.16:51:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487782269.45.0.00917471162678.issue29463@psf.upfronthosting.co.za>
In-reply-to
Content
This issue broke the ast API. Copy of the following comment on the PR:
https://github.com/python/cpython/pull/46#issuecomment-281721296
---
Carreau: Thanks for this ! Improvement to the AST are welcome !

Would it have been possible to make the docstring optional ? (It's already breaking things, like IPython).

Should I comment on upstream bpo ?
---

I created the issue #29622 to fix this.
History
Date User Action Args
2017-02-22 16:51:09vstinnersetrecipients: + vstinner, georg.brandl, benjamin.peterson, methane, serhiy.storchaka, jeff.allen
2017-02-22 16:51:09vstinnersetmessageid: <1487782269.45.0.00917471162678.issue29463@psf.upfronthosting.co.za>
2017-02-22 16:51:09vstinnerlinkissue29463 messages
2017-02-22 16:51:09vstinnercreate