On Sunday, March 11, 2012 8:46:55 PM UTC-7, Starx wrote:
>
> The patchbot is reporting a doctest failure in a patch of mine:
> http://trac.sagemath.org/sage_trac/ticket/12630#comment:10
>
> The failure itself is completely benign, "a + b" is being returned
> when "b + a" is expected, but the addi
The patchbot is reporting a doctest failure in a patch of mine:
http://trac.sagemath.org/sage_trac/ticket/12630#comment:10
The failure itself is completely benign, "a + b" is being returned
when "b + a" is expected, but the addition is commutative anyway. So
I'm not so concerned with the particul