fix universal newline parsing (which the codecs module doesn't support), use the...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 20 Mar 2010 18:51:51 +0000 (19:51 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 20 Mar 2010 18:51:51 +0000 (19:51 +0100)
commitc2de390db4a646063949874533cb398e71750e98
tree925d94f985a7ca8067ef7c883e7aad6656873516
parent76c5ac96b75150d4490d393d973c1a799fb97ace
fix universal newline parsing (which the codecs module doesn't support), use the fast 'io' module for file reading in Py2.6 and later
Cython/Compiler/Scanning.py
Cython/Utils.py