summaryrefslogtreecommitdiffstats
path: root/Lib/test/output/test_compare
Commit message (Collapse)AuthorAgeFilesLines
* No more RCmp.Neil Schemenauer2001-01-041-22/+1
|
* Use == rather than cmp(). The return value of cmp() is not well defined whenNeil Schemenauer2001-01-031-121/+121
| | | | comparing different types.
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+122
overhaul. Closes SF patch #102878.