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 myronww
Recipients myronww
Date 2015-12-16.21:09:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1450300147.35.0.979412805294.issue25885@psf.upfronthosting.co.za>
In-reply-to
Content
The 'ast' module does not indicate the type of string, ''' or '"' or '"""', that it has encountered when it parses a python document.

This prevents accurate reproduction of the original parsed document by a writer walking over an instance of a abstract syntax tree.
History
Date User Action Args
2015-12-16 21:09:07myronwwsetrecipients: + myronww
2015-12-16 21:09:07myronwwsetmessageid: <1450300147.35.0.979412805294.issue25885@psf.upfronthosting.co.za>
2015-12-16 21:09:07myronwwlinkissue25885 messages
2015-12-16 21:09:07myronwwcreate