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 gvanrossum
Recipients BTaskaya, gousaiyang, gvanrossum, pablogsal, terry.reedy
Date 2020-10-03.05:10:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601701835.08.0.281420068919.issue41887@roundup.psfhosted.org>
In-reply-to
Content
[Terry]
> But why should not parsing remove indents for 'eval' mode?

I dunno, but it's been doing this since 1992, so I think it would be fragile to change. The best thing therefore is to make ast.literal_eval() match it exactly.
History
Date User Action Args
2020-10-03 05:10:35gvanrossumsetrecipients: + gvanrossum, terry.reedy, pablogsal, BTaskaya, gousaiyang
2020-10-03 05:10:35gvanrossumsetmessageid: <1601701835.08.0.281420068919.issue41887@roundup.psfhosted.org>
2020-10-03 05:10:35gvanrossumlinkissue41887 messages
2020-10-03 05:10:35gvanrossumcreate