big rewrite for the print statement in Py2 to provide the same interface in Py2 and Py3
authorStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 15:01:36 +0000 (17:01 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 16 May 2008 15:01:36 +0000 (17:01 +0200)
commit01b2ec1c41b7d5521c0ecc1247062d5da055e017
tree077c461424fccd3cf1693cbdb1217191fe5ee99f
parent039a916fd768b7a8a84ddc216e36382b2372f5fe
big rewrite for the print statement in Py2 to provide the same interface in Py2 and Py3
Cython/Compiler/Nodes.py
Cython/Compiler/Parsing.py