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 r.david.murray
Recipients benjamin.peterson, georg.brandl, larry, mark.dickinson, r.david.murray, serhiy.storchaka
Date 2015-05-08.14:25:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431095128.78.0.576112553193.issue24146@psf.upfronthosting.co.za>
In-reply-to
Content
Right, this isn't a bug, it is that literal_eval is intended only to support *literals*, not expressions.  See also issue 22525.
History
Date User Action Args
2015-05-08 14:25:28r.david.murraysetrecipients: + r.david.murray, georg.brandl, mark.dickinson, larry, benjamin.peterson, serhiy.storchaka
2015-05-08 14:25:28r.david.murraysetmessageid: <1431095128.78.0.576112553193.issue24146@psf.upfronthosting.co.za>
2015-05-08 14:25:28r.david.murraylinkissue24146 messages
2015-05-08 14:25:28r.david.murraycreate