Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-High Milestone-Release0.7.0 Printing
New issue 2388 by [email protected]: The value of str(expr) depends on a
global setting
http://code.google.com/p/sympy/issues/detail?id=2388
With 'bin/isympy':
In [1]: str(x+y+x*y+1)
Out[1]: 1 + x + y + x*y
With 'bin/isympy -o lex':
In [1]: str(x+y+x*y+1)
Out[1]: x*y + x + y + 1
Having the result of such an elementary function vary according to
mysterious circumstances is bad.
--
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.