#11935: Make parent/element classes independent of base rings
-----------------------------------------------------------------+----------
       Reporter:  SimonKing                                      |         
Owner:              
           Type:  enhancement                                    |        
Status:  needs_review
       Priority:  major                                          |     
Milestone:  sage-5.0    
      Component:  categories                                     |    
Resolution:              
       Keywords:  parent class, element class, category          |   Work 
issues:              
Report Upstream:  N/A                                            |     
Reviewers:              
        Authors:  Simon King                                     |     Merged 
in:              
   Dependencies:  #9138, #11900, #11943, #12875, #12876, #12877  |      
Stopgaps:              
-----------------------------------------------------------------+----------

Comment (by SimonKing):

 I can not reproduce the problem on the command line. Too bad.
 {{{
 sage: set_random_seed(0L)
 sage: change_warning_output(sys.stdout)
 ---------------------------------------------------------------------------
 NameError                                 Traceback (most recent call
 last)

 /mnt/local/king/SAGE/stable/sage-5.0.beta13/devel/sage-main/<ipython
 console> in <module>()

 NameError: name 'change_warning_output' is not defined
 sage: sr = mq.SR(2,1,2,4,gf2=True,polybori=True)
 sage: sr
 SR(2,1,2,4)
 sage: set_random_seed(1)
 sage: F,s = sr.polynomial_system()
 }}}

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11935#comment:62>
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