use new-style classes everywhere to prevent unexpected obstacles in getting 2to3...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 13 Mar 2009 09:02:52 +0000 (10:02 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 13 Mar 2009 09:02:52 +0000 (10:02 +0100)
commitfb4dc542ba4daeeeb1171a66aef8ce5263826091
treecb494d71a3ac5ebfd79ac8924a6286f2f1de7cc5
parentf6fdecace68d0d8eb3b0b5c424ce4e3b890a6472
use new-style classes everywhere to prevent unexpected obstacles in getting 2to3 clean
20 files changed:
Cython/Compiler/Annotate.py
Cython/Compiler/Code.py
Cython/Compiler/ControlFlow.py
Cython/Compiler/Interpreter.py
Cython/Compiler/Main.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Scanning.py
Cython/Compiler/Symtab.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Compiler/TypeSlots.py
Cython/Mac/TS_Misc_Suite.py
Cython/Plex/Actions.py
Cython/Plex/DFA.py
Cython/Plex/Lexicons.py
Cython/Plex/Machines.py
Cython/Plex/Regexps.py
Cython/Plex/Scanners.py
Cython/Plex/Traditional.py
Cython/Plex/Transitions.py