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 Mark.Shannon
Recipients Mark.Shannon, methane
Date 2018-02-22.12:47:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519303622.75.0.467229070634.issue32911@psf.upfronthosting.co.za>
In-reply-to
Content
That issue has to do with bytecode generation, not the AST.

The AST should be an accurate representation of the Python source code.
Making a better representation of the source would be fine, but this makes it worse.

Doc-strings may be semantically distinct from other expressions, but they are syntactically the same.
History
Date User Action Args
2018-02-22 12:47:02Mark.Shannonsetrecipients: + Mark.Shannon, methane
2018-02-22 12:47:02Mark.Shannonsetmessageid: <1519303622.75.0.467229070634.issue32911@psf.upfronthosting.co.za>
2018-02-22 12:47:02Mark.Shannonlinkissue32911 messages
2018-02-22 12:47:02Mark.Shannoncreate