Message243748
| Author | skrah |
|---|---|
| Recipients | barry, ethan.furman, lemburg, petr.viktorin, rhettinger, serhiy.storchaka, skrah |
| Date | 2015-05-21.13:21:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1432214469.44.0.551906384679.issue23699@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
NotImplemented is a non-error return value that's used when the
objects cannot be compared, e.g. when the function receives Py_LT
but the objects are unorderable.
Getting a value outside {Py_EQ, ...} is a hard error that cannot
occur in a correct program. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-05-21 13:21:09 | skrah | set | recipients: + skrah, lemburg, barry, rhettinger, petr.viktorin, ethan.furman, serhiy.storchaka |
| 2015-05-21 13:21:09 | skrah | set | messageid: <1432214469.44.0.551906384679.issue23699@psf.upfronthosting.co.za> |
| 2015-05-21 13:21:09 | skrah | link | issue23699 messages |
| 2015-05-21 13:21:09 | skrah | create | |