#13824: ZeroDivisionError in finite field __contains__
------------------------------------+---------------------------------------
       Reporter:  vbraun            |         Owner:  AlexGhitza  
           Type:  defect            |        Status:  needs_review
       Priority:  major             |     Milestone:  sage-5.6    
      Component:  basic arithmetic  |    Resolution:              
       Keywords:  beginner          |   Work issues:              
Report Upstream:  N/A               |     Reviewers:              
        Authors:  Travis Scrimshaw  |     Merged in:              
   Dependencies:                    |      Stopgaps:              
------------------------------------+---------------------------------------

Comment (by vbraun):

 In `Parent.__contains__` there is already a try/except block with
 {{{
     except (TypeError, ValueError):
         return False
 }}}
 I would prefer it if we would just add `ZeroDivisionError` there once and
 for all instead of overriding it in special parents.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13824#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
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-trac?hl=en.

Reply via email to