summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_coercion.py
Commit message (Collapse)AuthorAgeFilesLines
* Use numbers that can be accurately represented on binary machines. I hopeNeil Schemenauer2001-01-031-2/+2
| | | | this works on all platforms.
* Add more tests for compare and coercion in preparation for the coercionNeil Schemenauer2001-01-021-0/+113
overhaul. Closes SF patch #102878.