]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport Tim's checkin 2.130:
authorThomas Wouters <thomas@python.org>
Wed, 23 May 2001 13:18:30 +0000 (13:18 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 23 May 2001 13:18:30 +0000 (13:18 +0000)
commit6db14192e65f477a3804bedbe0b89c8c423fee90
tree1f99c5e856e0513a4488202c528189c94062a61e
parent5bc57be5561cea97dcd4f23a8e666157af5d1207
Backport Tim's checkin 2.130:

SF bug #422108 - Error in rich comparisons.
Fix a bad (albeit unlikely) return value in try_rich_to_3way_compare().
Also document do_cmp()'s return values.
Objects/object.c