The only potential issue I see with not sorting at all is if some algorithm implicitly relies on the order of iteration through .args to get a specific result (even if all results are mathematically correct). We'll find these soon enough with PR #1379 though.
Aaron Meurer On Jun 23, 2012, at 9:32 AM, "[email protected]" <[email protected]> wrote: > I like the idea of touching just _hashable_content. I hope it is enough. > > -- > 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. > -- 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.
