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 ncoghlan
Recipients docs@python, eli.bendersky, georg.brandl, mark.dickinson, ncoghlan, terry.reedy
Date 2011-01-15.14:32:47
SpamBayes Score 0.0009380132
Marked as misclassified No
Message-id <1295101969.72.0.488169028743.issue10912@psf.upfronthosting.co.za>
In-reply-to
Content
For the record, the gory details as to *why* RichCompareBool makes more assumptions as to the meaning of equality than the basic RichCompare function can be found in issue 4296 (I just found that issue myself by looking at Mark's response to the python-list thread).

It may be worth explicitly pointing out that use cases where this assumption is unacceptable would be better served by direct invocation RichCompare function.
History
Date User Action Args
2011-01-15 14:32:49ncoghlansetrecipients: + ncoghlan, georg.brandl, terry.reedy, mark.dickinson, eli.bendersky, docs@python
2011-01-15 14:32:49ncoghlansetmessageid: <1295101969.72.0.488169028743.issue10912@psf.upfronthosting.co.za>
2011-01-15 14:32:47ncoghlanlinkissue10912 messages
2011-01-15 14:32:47ncoghlancreate