What is the rationale for the differences in these two keys:
>>> sorted([x, a, b], key=default_sort_key)
[a, b, x]
>>> sorted([x, a, b], key=Basic.sort_key)
[x, a, b]-- You received this message because you are subscribed to the Google Groups "sympy" 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?hl=en.
