handle Py2 compatibility case bytearray.append(pychar)
authorStefan Behnel <stefan_ml@behnel.de>
Fri, 27 Dec 2013 16:12:09 +0000 (17:12 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Fri, 27 Dec 2013 16:12:09 +0000 (17:12 +0100)
commitd7fc44db1d3913148693cf3e0513f4360988634b
treee12af5b71b8a921fd48ba39f87fbbde74a14de45
parent6b2cb1d45edc8b6c5387357fff7e2c2d10a3c1e6
handle Py2 compatibility case bytearray.append(pychar)

--HG--
extra : amend_source : f3b7f004f905c791e6ced2a5b27fffa21f9ceb08
Cython/Compiler/Builtin.py
Cython/Compiler/Optimize.py
Cython/Utility/StringTools.c
tests/run/bytearraymethods.pyx