Because the documentation did not tell me it was possible:

http://doc.sagemath.org/html/en/reference/structure/sage/structure/richcmp.html
Can you update it?

I have interpreted it as a way to go to python3 without changing the logic 
of the code.


On Monday, October 16, 2017 at 6:13:29 PM UTC+2, Travis Scrimshaw wrote:
>
> Now the question is why are you doing this? You have rich comparison 
> behavior (i.e., a partial order) by allowing a return value of 
> NotImplemented. So I do not understand why you would do this because it 
> comes with a lot of boilerplate code and documentation unless you want to 
> remove all use of inequality comparisons. Yet, I do not think that is what 
> you are going to do.
>
> Best,
> Travis
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to