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 pablogsal
Recipients BTaskaya, pablogsal, serhiy.storchaka
Date 2020-05-06.13:00:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588770020.83.0.67804135064.issue40528@roundup.psfhosted.org>
In-reply-to
Content
I was also thinking about getting rid of "string" nodes and just use Constant for those. Having the strings raw make the AST inconsistent because nodes that are 'strings' do not have line numbers and other metadata, making tools that need the source to report stuff more complex than it should.

What are your opinions on this @serhiy.storchaka and  @BTaskaya?
History
Date User Action Args
2020-05-06 13:00:20pablogsalsetrecipients: + pablogsal, serhiy.storchaka, BTaskaya
2020-05-06 13:00:20pablogsalsetmessageid: <1588770020.83.0.67804135064.issue40528@roundup.psfhosted.org>
2020-05-06 13:00:20pablogsallinkissue40528 messages
2020-05-06 13:00:20pablogsalcreate