On Sun, Nov 8, 2009 at 2:29 AM, Alex Ghitza <aghi...@gmail.com> wrote:
>
>
> This is a bit disconcerting:
>
> sage: Set(['a', 'b', 'c'])
> {'a', 'c', 'b'}


I am surprised by the following:

    sage: s = set(['a', 'b', 'c'])
    sage: repr(s)
    "set(['a', 'c', 'b'])"
    sage: str(s)
    "set(['a', 'c', 'b'])"

so far so good, however:

    sage: s
    set(['a', 'b', 'c'])

???

This behaviour happens in 4.2, but NOT in 3.4.1

This doesn't happen in "sage -python", but it does happen in "sage
-ipython", so I guess is ipython related. However, both versions seem
to be using ipython 9.1...

Gonzalo

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