Updates:
        Status: Fixed

Comment #1 on issue 2138 by [email protected]: isympy -o option does not affect print (str) order
http://code.google.com/p/sympy/issues/detail?id=2138

Now in master:

$ bin/isympy -q -o lex
IPython console for SymPy 0.6.7-git (Python 2.6.6) (ground types: gmpy)

In [1]: print x**2 + x + 1
x**2 + x + 1

In [2]: x**2 + x + 1
Out[2]:
 2
x  + x + 1

In [3]: str(x**2 + x + 1)
Out[3]: x**2 + x + 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.

Reply via email to