Updates:
        Labels: -NeedsReview NeedsBetterPatch

Comment #2 on issue 1960 by asmeurer: should repr form of geometry entities be the same as str?
http://code.google.com/p/sympy/issues/detail?id=1960

It was issue 1948 (took me a while to find it too, actually). It looks there is a problem with the original expression given in that issue:

In [1]: [Point(Integer(10), Integer(2)), Point(Integer(15), Integer(4)),
   ...: Point(Integer(11), Integer(3)), Point(Integer(8), Integer(4))]
Out[1]: [(10, 2), (15, 4), (11, 3), (8, 4)]

We don't want it to print as just tuples either.

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