[Python-Dev] conditional expressions - add parens? (original) (raw)
Steve Holden steve at holdenweb.com
Mon Mar 6 23:25:05 CET 2006
- Previous message: [Python-Dev] (no subject)
- Next message: [Python-Dev] Two gcmodule patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Morel Xavier wrote:
Steve Holden wrote:
Contrast with the bleeding obvious:
level = 0 if "absoluteimport" in self.futures: level = -1 regards Steve > The issue that spawned the necessity of a ternary operator in the first place was that this syntax is not usable at all in quite a few situations like, say, list comprehensions... Sure, and for those uses it's good enough. This isn't really a python-dev topic, though, so I'll avoid following up further on this list.
regards Steve
Steve Holden +44 150 684 7255 +1 800 494 3119 Holden Web LLC/Ltd www.holdenweb.com Love me, love my blog holdenweb.blogspot.com
- Previous message: [Python-Dev] (no subject)
- Next message: [Python-Dev] Two gcmodule patches
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]