Hello sage-devel,

When a line in Sage ends with a semicolon, the output gets suppressed,
i.e. the following produces no output:
sage: 42;

However, in doctests, it *does* produce output, the same line in a
doctest would give:
**********************************************************************
File "/home/jdemeyer/printtest.sage", line 6:
    sage: 42;
Expected nothing
Got:
    42
**********************************************************************

Is this a bug, a feature?  I tried Googling and searching on
sagemath.org, but found nothing relevant to this...


Jeroen.

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

Reply via email to