Status: Accepted
Owner: asmeurer
Labels: Type-Defect Priority-Medium Printing

New issue 2623 by asmeurer: Tuple should pretty-print its arguments
http://code.google.com/p/sympy/issues/detail?id=2623

In [17]: Tuple(*a)
Out[17]: (1/(x**2 - 1), x/(x**2 - 1))

In [18]: Tuple(*a).args
Out[18]:
⎛  1       x   ⎞
⎜──────, ──────⎟
⎜ 2       2    ⎟
⎝x  - 1  x  - 1⎠

The second is a Python tuple.  Both should pretty-print the same.

--
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