summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_compare.py
Commit message (Collapse)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
| | | | comparing different types.
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+57
overhaul. Closes SF patch #102878.