optimise unicode.encode() call with constant encoding parameters
authorStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:54:49 +0000 (13:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 12 Sep 2009 11:54:49 +0000 (13:54 +0200)
commitae72c680b3477543496ac09951c9f7690df37ab6
tree486439e8fd37345883f712eca163a4c26f6eb96e
parent115ee21aec28d202aa36a653e5e4c8f9481c50ee
optimise unicode.encode() call with constant encoding parameters
Cython/Compiler/Optimize.py