support setting language level (2 or 3) for source code - currently configures string...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 31 May 2010 20:30:08 +0000 (22:30 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 31 May 2010 20:30:08 +0000 (22:30 +0200)
commit11532379bac209881d905d9f7c86950c83c1d50c
tree1e3c68c9e84ac01ad87dcd5bb702f32f5e7fa0ce
parentd05616c35970849dec1cbb6f97bc8e84bb9248c3
support setting language level (2 or 3) for source code - currently configures string literals and print()
Cython/Compiler/Main.py
Cython/Compiler/Options.py
Cython/Compiler/Parsing.py
runtests.py
tests/run/cython3.pyx [new file with mode: 0644]