In sage/rings/quotient_ring.py, we have the following (line 220 in
2.8.14):
try:
return self.defining_ideal().is_prime()
except NotImplementedError:
return False
Why the heck don't we just propagate the NotImplementedError!?!
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---