support bytearray as auto encoding string type
authorStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Nov 2013 06:36:03 +0000 (07:36 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Wed, 6 Nov 2013 06:36:03 +0000 (07:36 +0100)
commit8524b21fc885c2bbef582bc5b893be4bf3a677b0
treecf78e4c50ce00b6b05ccd4dbe1c2befd393f6ba9
parent1bd61835cd48b93bd84c12898bef80289f161ed8
support bytearray as auto encoding string type

--HG--
rename : tests/run/str_ascii_auto_encoding.pyx => tests/run/bytearray_ascii_auto_encoding.pyx
rename : tests/run/str_default_auto_encoding.pyx => tests/run/bytearray_default_auto_encoding.pyx
CHANGES.rst
Cython/Compiler/ExprNodes.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Options.py
runtests.py
tests/run/bytearray_ascii_auto_encoding.pyx [new file with mode: 0644]
tests/run/bytearray_default_auto_encoding.pyx [new file with mode: 0644]
tests/run/unicode_ascii_auto_encoding.pyx