#9677: Sage Sets don't implement genuine comparison
--------------------------------+-------------------------------------------
   Reporter:  rlm               |       Owner:  AlexGhitza  
       Type:  defect            |      Status:  needs_review
   Priority:  major             |   Milestone:  sage-4.5.2  
  Component:  basic arithmetic  |    Keywords:              
     Author:  Robert Miller     |    Upstream:  N/A         
   Reviewer:                    |      Merged:              
Work_issues:                    |  
--------------------------------+-------------------------------------------

Comment(by was):

 I don't understand why you have these lines:
 {{{
             if len_self != len_other:
                         return cmp(len_self, len_other)
 }}}
 that just makes it so that the comparison is incompatible with what it is
 for lists.  Why not just make it the same?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9677#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to