Updates:
Labels: -Type-Defect -Priority-High -Milestone-Release0.7.2 Type-Enhancement Priority-Medium

Comment #5 on issue 3301 by [email protected]: S.Integers.intersect(Interval) doesn't work for unbounded intervals
http://code.google.com/p/sympy/issues/detail?id=3301

The immediate issue is resolved.

It would be much nicer if
Integers.intersect(Interval(0, 10000))
produced
Range(0, 10000)
rather than
FiniteSet(range(10000))

I'm removing the milestone release label, demoting the priority, and saying that this is an Enhancement, not a Defect.

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