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 aronacher
Recipients aronacher, belopolsky, erickt, georg.brandl, idadesub, pitrou, rhettinger, robert.kern
Date 2009-09-20.17:37:54
SpamBayes Score 0.0002109301
Marked as misclassified No
Message-id <1253468275.69.0.0855105951811.issue3976@psf.upfronthosting.co.za>
In-reply-to
Content
@Georg: Instead of catching a TypeError i would rather call __gt__ /
__lt__ directly and check for NotImplemented.  Python 2.x did not catch
TypeErrors either.
History
Date User Action Args
2009-09-20 17:37:55aronachersetrecipients: + aronacher, georg.brandl, rhettinger, belopolsky, pitrou, idadesub, erickt, robert.kern
2009-09-20 17:37:55aronachersetmessageid: <1253468275.69.0.0855105951811.issue3976@psf.upfronthosting.co.za>
2009-09-20 17:37:54aronacherlinkissue3976 messages
2009-09-20 17:37:54aronachercreate