Hi Nathann, On 2015-07-04, Nathann Cohen <nathann.co...@gmail.com> wrote: > I've got no idea for I never met this message in my life, but could that be > because you added a message corrsponding to a deprecation warning ? > > These messages usually start with a number corresponding to where in the > file they are located, and we usually replace this number with '...' > somewhere. > > I am really not sure for I never met the message, but that's what it makes > me think of.
You are right, thank you! Indeed I had a deprecation warning. First, I tried sage: deprecated_command() ...: DeprecationWarning which failed, because the "...:" was apparently misinterpreted as a misformed continuation. Then, I tried sage: deprecated_command() doctest:1: DeprecationWarning which gave me the error. But with sage: deprecated_command() doctest:...: DeprecationWarning it worked. Best regards, Simon -- 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.