On Dec 3, 2007 12:49 PM, Robert Miller <[EMAIL PROTECTED]> wrote:
>
> 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!?!

Good point.  Change it and submit a patch.  And make sure to doctest
everything, and include doctests illustrating your patch.

 -- William

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
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/
-~----------~----~----~----~------~----~------~--~---

Reply via email to