support 'bytearray' in the same way as 'bytes', starting with Py2.6
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 18:19:55 +0000 (19:19 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 2 Nov 2013 18:19:55 +0000 (19:19 +0100)
commit6900b53060a193e5042117d4fe57992c5a8bb911
tree9b7a6e8c275b9a9220ee394fd51f8d2c37962252
parent3f6a696748843ea981ebc334bb17c72d07c00dbc
support 'bytearray' in the same way as 'bytes', starting with Py2.6
CHANGES.rst
Cython/Compiler/Builtin.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/PyrexTypes.py
Cython/Compiler/Symtab.py
Cython/Utility/TypeConversion.c
docs/src/tutorial/strings.rst
runtests.py
tests/run/bytearray_coercion.pyx [new file with mode: 0644]