enable % formatting of byte strings by providing a __str__() special method that...
authorStefan Behnel <scoder@users.berlios.de>
Mon, 6 Jul 2009 19:42:37 +0000 (21:42 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Mon, 6 Jul 2009 19:42:37 +0000 (21:42 +0200)
commit0d632d8711c2278aa035678f04dae07a970ae101
tree2c69ede87d05a6b65dc1091e1bb2db7060cdf7d8
parente6a1d09bf237c91391684d628cf8ff2f183db50f
enable % formatting of byte strings by providing a __str__() special method that encodes to unicode
Cython/Compiler/ModuleNode.py
Cython/Compiler/StringEncoding.py