]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Creating an array with a bytes object as initializer
authorGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 16:22:09 +0000 (16:22 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 16:22:09 +0000 (16:22 +0000)
commit6b826abc707eb101f8426382487de88cd4e7b046
tree4f56a78f9a4108866b265a7acbd89ba5e3aa6994
parent166746c142a88d4f27541f6102154cc592f208ee
Creating an array with a bytes object as initializer
should treat the bytes as it treats a string.
Not doing this broke re.compile() of big charsets.
Lib/sre_compile.py
Lib/test/test_array.py
Modules/arraymodule.c