Message226522
| Author | martin.panter |
|---|---|
| Recipients | andymaier, benjamin.peterson, chris.jerdonek, cvrebert, docs@python, ethan.furman, ezio.melotti, gvanrossum, mark.dickinson, martin.panter, mikehoy, rhettinger, steven.daprano, terry.reedy |
| Date | 2014-09-06.23:18:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1410045490.11.0.880626014689.issue12067@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The point about “a != b” deferring to “not a.__eq__(b)” is not documented anywhere that I am aware of. In fact the opposite is currently documented at <https://docs.python.org/release/3.4.0/reference/datamodel.html#richcmpfuncs>, so maybe this needs to be fixed, one way or another. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-09-06 23:18:10 | martin.panter | set | recipients: + martin.panter, gvanrossum, rhettinger, terry.reedy, mark.dickinson, benjamin.peterson, ezio.melotti, steven.daprano, cvrebert, chris.jerdonek, docs@python, ethan.furman, mikehoy, andymaier |
| 2014-09-06 23:18:10 | martin.panter | set | messageid: <1410045490.11.0.880626014689.issue12067@psf.upfronthosting.co.za> |
| 2014-09-06 23:18:10 | martin.panter | link | issue12067 messages |
| 2014-09-06 23:18:10 | martin.panter | create | |