On 2015-11-06 15:57, Daniel Krenn wrote:
Can you provide a reference for this? (I've tried to find, but didn't)

Perhaps it's not written anywhere, but at least it's the style used by exceptions raised by Python itself:

sage: int(1)/int(0)
---------------------------------------------------------------------------
ZeroDivisionError                         Traceback (most recent call last)
<ipython-input-4-db72532cda8d> in <module>()
----> 1 int(Integer(1))/int(Integer(0))

ZeroDivisionError: integer division or modulo by zero

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