I vote for
> 4. None of the above
if it's just a *test-suite* failure.
If it affects the actual functioning of the package, that's a different
story.
--
You received this message because you are subscribed to the Google Groups
"sage-devel" group.
To unsubscribe from this group and stop re
Hi!
I have asked the following in the thread about my optional spkg, but
perhaps it is better to open a new thread.
Recently, there have been changes in the output format of things. For
example:
sage: set([1,2])
{1, 2}
(which used to be displayed as set([1, 2]) )
sage: R = singular.ring()