Py3 fix: make sure byte strings end up in the code as expected (not like >>b'...'<<)
authorStefan Behnel <scoder@users.berlios.de>
Mon, 6 Jul 2009 15:29:40 +0000 (17:29 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 6 Jul 2009 15:29:40 +0000 (17:29 +0200)
commitfb651ae771d581925c5ee7a20305fef9059ce0ff
tree5006032df0587d836f6c992ce4a4e778d2c192a9
parent11955ff6551196caec62e31408f257080cce70a1
Py3 fix: make sure byte strings end up in the code as expected (not like >>b'...'<<)
Cython/Compiler/StringEncoding.py