properly handle char values (bytes with length 1) in Py3
authorStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 08:32:23 +0000 (10:32 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 21 Aug 2009 08:32:23 +0000 (10:32 +0200)
commitaee044e878d7f7ed898db3a6553fa45c07a57cec
tree23f92e33bf630f3530bed5e8d931044d71c8a3bb
parent850c569fbca5e2d3352aecb2dced060ab3f5162a
properly handle char values (bytes with length 1) in Py3
Cython/Compiler/ExprNodes.py
Cython/Compiler/StringEncoding.py