unescape all string content in the parser and escape it on the way out
authorStefan Behnel <scoder@users.berlios.de>
Tue, 12 Aug 2008 10:25:22 +0000 (12:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 12 Aug 2008 10:25:22 +0000 (12:25 +0200)
commit62fc87e0a0968f9c01d25f59243979878c94fada
treec4837d048db3b9b6cd91b87e26c1865ad64a29ec
parentf6df9115230bd573790cd0b508adadc58c6ba718
unescape all string content in the parser and escape it on the way out
otherwise, different ways of spelling special characters can end up being correctly escaped or not in the C file
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
Cython/Utils.py
tests/run/charescape.pyx [new file with mode: 0644]
tests/run/strescapes.pyx