#12662: Improve doctest coverage for sage.rings.qqbar
----------------------------------+-----------------------------------------
       Reporter:  davidloeffler   |         Owner:  mvngu       
           Type:  defect          |        Status:  needs_review
       Priority:  major           |     Milestone:  sage-5.0    
      Component:  doctest         |    Resolution:              
       Keywords:                  |   Work issues:              
Report Upstream:  N/A             |     Reviewers:              
        Authors:  David Loeffler  |     Merged in:              
   Dependencies:                  |      Stopgaps:              
----------------------------------+-----------------------------------------

Comment (by mjo):

 Can't we just get rid of this stuff? If anyone misses it, it's in the
 mercurial history.

 {{{
 -    def gens(self):
 -        return(QQbar_I, )
 -
 -    def gen(self, n=0):
 -        if n == 0:
 -            return QQbar_I
 -        else:
 -            raise IndexError, "n must be 0"
 -
 -    def ngens(self):
 -        return 1
 +# more nonsense -- DL
 +#
 +#    def gens(self):
 +#        return(QQbar_I, )
 +#
 +#    def gen(self, n=0):
 +#        if n == 0:
 +#            return QQbar_I
 +#        else:
 +#            raise IndexError("n must be 0")
 +#
 +#    def ngens(self):
 +#        return 1
 }}}

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