Message243748
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. |
|
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 | |
|