Message207050
| Author | benjamin.peterson |
|---|---|
| Recipients | benjamin.peterson, ethan.furman |
| Date | 2013-12-28.20:08:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
__ne__ is not "bound" to __eq__. The comparison code simply falls back onto __eq__ if __ne__ is not defined. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-12-28 20:08:52 | benjamin.peterson | set | recipients: + benjamin.peterson, ethan.furman |
| 2013-12-28 20:08:52 | benjamin.peterson | set | messageid: <1388261332.86.0.916055117887.issue20092@psf.upfronthosting.co.za> |
| 2013-12-28 20:08:52 | benjamin.peterson | link | issue20092 messages |
| 2013-12-28 20:08:52 | benjamin.peterson | create | |