#12343: Cleanup unexisting methods after #10263
---------------------------------------------+------------------------------
       Reporter:  lftabera                   |         Owner:  tbd       
           Type:  defect                     |        Status:  needs_work
       Priority:  major                      |     Milestone:  sage-5.3  
      Component:  factorization              |    Resolution:            
       Keywords:  regression, factorization  |   Work issues:            
Report Upstream:  N/A                        |     Reviewers:            
        Authors:                             |     Merged in:            
   Dependencies:                             |      Stopgaps:            
---------------------------------------------+------------------------------
Changes (by aapitzsch):

  * status:  needs_review => needs_work


Comment:

 Line 1002 in '''sage/rings/finite_rings/integer_mod.pyx''' is too long.

 In the same file:
 {{{
 sage: a.nth_root(2,False,True,'Johnston',False)
 }}}
 should probably be
 {{{
 sage: a.nth_root(2,False,True,'Johnston',True)
 }}}
 to use cunningham.

 {{{``sage -i cunningham_tables``}}} without version number
 is enough.

 Please, also remove trailing white spaces about which patchbot is
 complaining.
 {{{
 12343.patch
     12343.patch:14 +        sage: from sage.rings.factorint import
 factor_cunningham $
     12343.patch:65 +          factorization of ``n`` is computed. If
 cunningham is set to ``True``, $
 Trailing whitespace inserted on 2 non-empty lines.
 }}}

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