Updates:
Status: WontFix
Comment #1 on issue 1948 by asmeurer: printed list contains repr of object
http://code.google.com/p/sympy/issues/detail?id=1948
This is a Python thing, and it isn't going to change. See
http://mail.python.org/pipermail/python-3000/2008-
May/013876.html
Really, Point(1, 2) should be changed to repr as "Point(1, 2)". If Point
simplifies its arguments, then there is no
reason that it needs to repr with Integer. Also, it would be nice if Point
inherited from Basic, and actually had a
.args attribute.
--
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.