Proposed new conditional operator: "or else"

Tim Chase python.list at tim.thechases.com
Wed Dec 3 06:56:44 EST 2014


On 2014-12-02 23:05, Dennis Lee Bieber wrote:
> >   foo == 42 or else
> 
> 	Has a PERL stink to it... like: foo == 42 or die

This actually works in Python and I occasionally use  in debugging
(much like



More information about the Python-list mailing list