commit | 0aeac107cadd1472e5ea109f7f29e6a6527ae1ec | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Jul 05 22:53:03 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Jul 05 22:53:03 2004 +0000 |
tree | 4d0d33fdc1199cdc32794cdfcc20b2f90a44f4b9 | |
parent | 10959b1c2acb48ebcdc909421354543043cfd671 [diff] |
* Add __eq__ and __ne__ so that things like list.index() work properly for lists of mixed types. * Test that sort works.