Message217731
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, exarkun, josh.r, r.david.murray |
| Date | 2014-05-01.21:52:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1398981126.74.0.410393185554.issue21408@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The subclass behavior is a red herring. I meant maybe object.__ne__ should check if the other object has a __ne__ method before falling back on ``not object.__eq__()``. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-05-01 21:52:06 | benjamin.peterson | set | recipients: + benjamin.peterson, exarkun, r.david.murray, josh.r |
| 2014-05-01 21:52:06 | benjamin.peterson | set | messageid: <1398981126.74.0.410393185554.issue21408@psf.upfronthosting.co.za> |
| 2014-05-01 21:52:06 | benjamin.peterson | link | issue21408 messages |
| 2014-05-01 21:52:06 | benjamin.peterson | create | |