https://docs.python.org/2/library/stdtypes.html#comparisons > CPython implementation detail: Objects of different types except numbers are ordered by their type names; objects of the same types that don’t support proper comparison are ordered by their address.
https://docs.python.org/2/library/stdtypes.html#comparisons > CPython implementation detail: Objects of different types except numbers are ordered by their type names; objects of the same types that don’t support proper comparison are ordered by their address.