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, brett.cannon
Date 2015-05-03.18:52:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430679165.83.0.739203582308.issue24119@psf.upfronthosting.co.za>
In-reply-to
Content
Comments don't belong on the AST. Where would you attach them?

The tokenizer module provides all information about comments. Tools can get the information quite easily if they need it.
History
Date User Action Args
2015-05-03 18:52:45Mark.Shannonsetrecipients: + Mark.Shannon, brett.cannon
2015-05-03 18:52:45Mark.Shannonsetmessageid: <1430679165.83.0.739203582308.issue24119@psf.upfronthosting.co.za>
2015-05-03 18:52:45Mark.Shannonlinkissue24119 messages
2015-05-03 18:52:45Mark.Shannoncreate