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 rbp
Recipients LambertDW, aronacher, belopolsky, erickt, georg.brandl, idadesub, pitrou, rbp, rhettinger, robert.kern
Date 2010-10-08.19:00:39
SpamBayes Score 0.0046350816
Marked as misclassified No
Message-id <1286564440.5.0.0890847632376.issue3976@psf.upfronthosting.co.za>
In-reply-to
Content
Armin: this has the problem that, if the object you're trying to compare is a class, self.obj.__lt__ expects a different number of parameters (i.e., it expects the instance). See issue 10017 . Testing with "<" works.
History
Date User Action Args
2010-10-08 19:00:40rbpsetrecipients: + rbp, georg.brandl, rhettinger, belopolsky, pitrou, idadesub, erickt, LambertDW, aronacher, robert.kern
2010-10-08 19:00:40rbpsetmessageid: <1286564440.5.0.0890847632376.issue3976@psf.upfronthosting.co.za>
2010-10-08 19:00:39rbplinkissue3976 messages
2010-10-08 19:00:39rbpcreate