This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:09skrahsetrecipients: + skrah, lemburg, barry, rhettinger, petr.viktorin, ethan.furman, serhiy.storchaka
2015-05-21 13:21:09skrahsetmessageid: <1432214469.44.0.551906384679.issue23699@psf.upfronthosting.co.za>
2015-05-21 13:21:09skrahlinkissue23699 messages
2015-05-21 13:21:09skrahcreate