Comment #3 on issue 3166 by [email protected]: Interval and FiniteSet printing
http://code.google.com/p/sympy/issues/detail?id=3166

I think it is better not to connect Intersection and Interval too strongly.

Intersection will be used for many different kinds of classes, not just Interval. (1,2) could equally well refer to Interval(1,2) or FiniteSet(1,2).

I think that creating the special syntax will create problems in the future.

If, as you say in your first comment, it is not important for str(object) to be valid code to produce object then I think that this issue is not important.

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