Comment #1 on issue 2438 by asmeurer: repr() does not eval() to the same value
http://code.google.com/p/sympy/issues/detail?id=2438

This is discussed over at issue 2388. We make __repr__ return the same thing as __str__ because str(list) calls repr() on the elements. We have the srepr() function that returns an actual repr() value.

In [1]: srepr(S(1)/2)
Out[1]: Rational(1, 2)

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