Status: Accepted
Owner: ronan.l...@gmail.com
Labels: Type-Defect Priority-High Milestone-Release0.7.0 Printing

New issue 2388 by ronan.l...@gmail.com: 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 sympy-issues@googlegroups.com.
To unsubscribe from this group, send email to 
sympy-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy-issues?hl=en.

Reply via email to