[Python-Dev] conditional expressions - add parens? (original) (raw)
Alex Martelli aleaxit at gmail.com
Tue Mar 7 04:52:40 CET 2006
- Previous message: [Python-Dev] conditional expressions - add parens?
- Next message: [Python-Dev] conditional expressions - add parens?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mar 6, 2006, at 9:17 AM, Jim Jewett wrote: ...
I think that adding parentheses would help, by at least signalling that the logic is longer than just the next (single) expression.
level = (0 if "absoluteimport" in self.futures else -1)
+1 (just because I can't give it +3.1415926...!!!). Mandatory
parentheses make this form MUCH more readable.
Alex
- Previous message: [Python-Dev] conditional expressions - add parens?
- Next message: [Python-Dev] conditional expressions - add parens?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]