Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
ec7cf1382bc4f32aa4fe20edcf8be83cbf530c62
/
Lib
/
test
/
test_compare.py
54e54c6
The first batch of changes recommended by the fixdiv tool. These are
by Guido van Rossum
· 23 years ago
63a8d69
Repair some accidents causing Windows failures:
by Tim Peters
· 23 years ago
28962cc
Given a class without __cmp__ or __eq__, cmp() of two instances of
by Guido van Rossum
· 23 years ago
aa726ba
__rcmp__ no longer gets called on instances. Remove the test for it.
by Neil Schemenauer
· 24 years ago
e7e694f
Use == rather than cmp(). The return value of cmp() is not well defined when
by Neil Schemenauer
· 24 years ago
fd288c7
Add more tests for compare and coercion in preparation for the coercion
by Neil Schemenauer
· 24 years ago