commit | ce6645473926f4834dc80c6c75dcc16359fed2ce | [log] [tgz] |
---|---|---|
author | Guido van Rossum <[email protected]> | Thu Jan 18 01:02:55 2001 +0000 |
committer | Guido van Rossum <[email protected]> | Thu Jan 18 01:02:55 2001 +0000 |
tree | c8bb8e969241ae6635015b7052148e4f8a7b4950 | |
parent | 716c5a68f25f4e43bea38a73ee20073582b35b79 [diff] |
Same treatment as listobject.c: - In count(), remove(), index(): call RichCompare(Py_EQ). - Get rid of array_compare(), in favor of new array_richcompare() (a near clone of list_compare()). - Aligned items in array_methods initializer and comments for type struct initializer. - Folded a few long lines.