For review: PEP 308 - If-then-else expression

Skip Montanaro skip at pobox.com
Fri Feb 7 14:56:15 EST 2003


    holger> What about a missing else clause? e.g. 

    holger>         <expression> if <condition>

    holger> Allowing it could be nice for stuff like 

    holger>     result = obj(...) if callable(obj)

If obj is not callable, what is assigned to result?

Skip





More information about the Python-list mailing list