Make sure new can be used as a non-keyword.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sun, 31 Jan 2010 11:44:15 +0000 (03:44 -0800)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sun, 31 Jan 2010 11:44:15 +0000 (03:44 -0800)
commitf53e00e3d50311e1264eb9bb66c4dda425e043f8
tree5ccac2a883102929a9bba4077ea6623015b0349a
parentc176a809f8cefb4745828d7feb4471c365f376c5
Make sure new can be used as a non-keyword.
Cython/Compiler/Parsing.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Scanning.py
Cython/Compiler/Symtab.py
Demos/setup.py
tests/run/new_as_nonkeyword.pyx [new file with mode: 0644]