Conditional expressions
authorRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 04:52:31 +0000 (20:52 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Fri, 23 Feb 2007 04:52:31 +0000 (20:52 -0800)
commitbf95cba88a9ffae331016202feb10e129dc46923
tree9421ee49c5e5a7f8e744eb120a7c1497312894c7
parentb8dc03f8d97fd9c1502b69ae3939e860f2902d4b
Conditional expressions

Changes in grammar required change for this, see http://www.python.org/dev/peps/pep-0308/
Most noteably for list comprehensions (dissambiguate the if)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py