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 larry
Recipients benjamin.peterson, georg.brandl, larry
Date 2015-05-08.13:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431091363.36.0.664867447075.issue24146@psf.upfronthosting.co.za>
In-reply-to
Content
ast.literal_eval() supports all Python operators, yes?  No.  It doesn't support "if/else", Python's ternary operator.

Is there a reason it does not?  I think it probably should.
History
Date User Action Args
2015-05-08 13:22:43larrysetrecipients: + larry, georg.brandl, benjamin.peterson
2015-05-08 13:22:43larrysetmessageid: <1431091363.36.0.664867447075.issue24146@psf.upfronthosting.co.za>
2015-05-08 13:22:43larrylinkissue24146 messages
2015-05-08 13:22:43larrycreate