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 rhettinger
Recipients brett.cannon, ezio.melotti, michael.foord, pitrou, r.david.murray, rhettinger
Date 2010-11-04.02:23:59
SpamBayes Score 1.0195189e-06
Marked as misclassified No
Message-id <1288837443.84.0.483600638143.issue10273@psf.upfronthosting.co.za>
In-reply-to
Content
> assertLess, on the other hand, I often get wrong, 
> since it is *not* __lt__ spelled out.

Right.  Even Michael gets that one wrong.

Meditate on why Guido created the special method __lt__ instead of __less_than__.

Regardless of why Guido made that choice, we do already have a standard way to spell less-than in Python, and it would be good to stick with it.
History
Date User Action Args
2010-11-04 02:24:03rhettingersetrecipients: + rhettinger, brett.cannon, pitrou, ezio.melotti, r.david.murray, michael.foord
2010-11-04 02:24:03rhettingersetmessageid: <1288837443.84.0.483600638143.issue10273@psf.upfronthosting.co.za>
2010-11-04 02:23:59rhettingerlinkissue10273 messages
2010-11-04 02:23:59rhettingercreate