fix unprefixed strings with non-UTF8 source code encoding in Py3
authorStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 17:25:21 +0000 (19:25 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Thu, 21 Apr 2011 17:25:21 +0000 (19:25 +0200)
commitbb3d6c85187c00a2932f7f798f930902312fd3ab
tree41843ba5da5854fa03dd817f22a6570d3901653f
parente93001dff9a35bed6df17035c678da693007b04a
fix unprefixed strings with non-UTF8 source code encoding in Py3
Cython/Compiler/Code.py