In ring.pyx, there is code like this: if proof: return NotImplementedError else: return False
I would think that the second line should say "raise NotImplementedError". (Changing it makes some doctests fail, though.) Is there a good reason for doing "return NotImplementedError"? -- John -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org