Comment #9 on issue 2689 by [email protected]: Set and Dict args should be sorted
http://code.google.com/p/sympy/issues/detail?id=2689
More generally, Set doesn't mean at all what you think it means: it's a base class for all symbolic objects representing sets (e.g. Interval, ProductSet, Union ...). The manner in which it's implemented has no reason to be tied to the properties of set() or of mathematical sets.
If you want an analogue of set(), it's called FiniteSet. -- 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.
