Status: Accepted
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2977 by [email protected]: Tuple should introspect better on
sorting
http://code.google.com/p/sympy/issues/detail?id=2977
I'm not sure how to make this happen, but Tuple should behave like tuple
when sorting:
sorted([Tuple(1,2),Tuple(1,-2)])
[(1, 2), (1, -2)]
vs
sorted([tuple([1,2]),tuple([1,-2])])
[(1, -2), (1, 2)]
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.