Jan. 25, 2010
12:56 p.m.
On Mon, Jan 25, 2010 at 13:43, Lennart Regebro <lregebro@jarn.com> wrote:
2010/1/25 Ćukasz Rekucki <lrekucki@gmail.com>:
No, cause what the snippet does is: *not B.__lt__(A)* which is mathematicly correct and doesn't require A to implement anything.
Yes, sorry, it's when you do a > b the problem arises.
and well, a != b, a == b and a <= b But a < b works.