On 7-Nov-09, at 8:29 PM, Alex Ghitza wrote:

>
>
> This is a bit disconcerting:
>
> sage: Set(['a', 'b', 'c'])
> {'a', 'c', 'b'}
> sage: Set(['a', 'b', 'c', 'd'])
> {'a', 'c', 'b', 'd'}
> sage: Set(['a', 'b', 'c', 'd', 'e'])
> {'a', 'c', 'b', 'e', 'd'}
>
> Bug?  It doesn't seem to happen with lists of numbers.

Sets are unordered.  Why does the display order changing worry you?

Nick

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send an email to sage-devel@googlegroups.com
To unsubscribe from this group, send an email to 
sage-devel-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/sage-devel
URL: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to