One of my students observed that if you type an expression in the
notebook on one line, the resulting value is printed:
{{{
(x+1)
///
x+1
}}}
but if you put a new line inside the paretheses (which in python does
not change the semantics) the resulting value is no longer printed:
{{{
(x+
1)
///
}}}
This was an unexpected result so I took the liberty to file it as a
bug:
http://trac.sagemath.org/sage_trac/ticket/9339

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