]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
"Fix" the array module test -- by ripping out the 'c' typecode.
authorGuido van Rossum <guido@python.org>
Mon, 18 Jun 2007 18:44:28 +0000 (18:44 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Jun 2007 18:44:28 +0000 (18:44 +0000)
commit31f72d72b1e0c772becbfa9bbd3ab1827c704726
tree6dad5b0ed7c154497f74a0cee305fc4ec32e2e65
parentc43e79f3c87ebf19fec2e481068bf48262096716
"Fix" the array module test -- by ripping out the 'c' typecode.
(We already have 'b' for bytes and 'u' for unicode.)
Lib/test/test_array.py
Modules/arraymodule.c