Message 242760 - Python tracker

Message242760

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