support 'from __future__ import print_function' in Py2.6+
authorStefan Behnel <scoder@users.berlios.de>
Wed, 10 Mar 2010 07:46:58 +0000 (08:46 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 10 Mar 2010 07:46:58 +0000 (08:46 +0100)
commit44739ff78af12d7993a8ae4668fc25820feaa5ab
treed0f33fbdbf9c5f54c345bab9eef4adce2f2d3ab6
parentf98755eb745cbe60d5982954227a2f4039d1bbc0
support 'from __future__ import print_function' in Py2.6+

--HG--
rename : tests/run/print.pyx => tests/run/print_function.pyx
Cython/Compiler/Future.py
Cython/Compiler/Scanning.py
runtests.py
tests/run/print_function.pyx [new file with mode: 0644]