This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients casevh, jyasskin, mark.dickinson
Date 2009-07-08.12:37:43
SpamBayes Score 7.04128e-08
Marked as misclassified No
Message-id <1247056665.23.0.0125118098593.issue6431@psf.upfronthosting.co.za>
In-reply-to
Content
A good solution should ensure that all 6 comparison operators behave in 
the same way for the same input types:  that is, if x == y returns 
NotImplemented for some particular Python objects x and y, then x < y, x 
<= y, etc. should also return NotImplemented, and vice versa.
History
Date User Action Args
2009-07-08 12:37:45mark.dickinsonsetrecipients: + mark.dickinson, casevh, jyasskin
2009-07-08 12:37:45mark.dickinsonsetmessageid: <1247056665.23.0.0125118098593.issue6431@psf.upfronthosting.co.za>
2009-07-08 12:37:43mark.dickinsonlinkissue6431 messages
2009-07-08 12:37:43mark.dickinsoncreate