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 louielu
Recipients Mark.Shannon, brett.cannon, christian.heimes, louielu, mbdevpl, pitrou
Date 2017-05-01.08:51:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493628697.68.0.913143997902.issue24119@psf.upfronthosting.co.za>
In-reply-to
Content
Brett, which implement method will you prefer?

If we want to carry comment at builtin_compile_impl, it will need to change the grammar since tokenize just drop the comment when dealing with source code.

But if just using regex, will it be more easy with just combine the exists tokenize and ast module?
History
Date User Action Args
2017-05-01 08:51:37louielusetrecipients: + louielu, brett.cannon, pitrou, christian.heimes, Mark.Shannon, mbdevpl
2017-05-01 08:51:37louielusetmessageid: <1493628697.68.0.913143997902.issue24119@psf.upfronthosting.co.za>
2017-05-01 08:51:37louielulinkissue24119 messages
2017-05-01 08:51:37louielucreate