Status: Accepted Owner: asmeurer Labels: Type-Defect Priority-Medium Printing
New issue 2417 by asmeurer: srepr doesn't respect order argument http://code.google.com/p/sympy/issues/detail?id=2417 In [31]: srepr(x**2 + 1, order='lex') Out[31]: Add(Integer(1), Pow(Symbol('x'), Integer(2))) Should be Add(Pow(Symbol('x'), Integer(2)), Integer(1)). -- 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.
