The issue was raised in the "hiding doctest in documentation" thread that 
the doctest output is not quite the same as on the command line, e.g. sets 
are 

    sage: set([1, 2, 3])
    set([1, 2, 3])

in doctests but 

    sage: set([1,2,3])
    {1, 2, 3}

on the command line. In http://trac.sagemath.org/ticket/16746 I'm proposing 
to switch the doctest output to the latter. This will require some larger 
changes to the sage sources to adapt to the new output. Posting this 
top-level to raise awareness.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to