summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compare.py
Commit message (Expand)AuthorAgeFilesLines
* __rcmp__ no longer gets called on instances. Remove the test for it.Neil Schemenauer2001-01-041-12/+1
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-031-7/+9
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+57