#14355: Removes sage.combinat.generator
---------------------------------+------------------------------------------
       Reporter:  ncohen         |         Owner:  sage-combinat   
           Type:  defect         |        Status:  needs_work      
       Priority:  major          |     Milestone:  sage-5.10       
      Component:  combinatorics  |    Resolution:                  
       Keywords:                 |   Work issues:                  
Report Upstream:  N/A            |     Reviewers:  Travis Scrimshaw
        Authors:  Nathann Cohen  |     Merged in:                  
   Dependencies:                 |      Stopgaps:                  
---------------------------------+------------------------------------------

Comment (by tscrim):

 The only place I could find another reference to it was in
 `integer_list.py` (without patch on `5.9.beta1`):
 {{{
 travis@travis-virtualbox:~/sage-5.9.beta1/devel/sage-main/sage$ grep -R
 "combinat\.generator" .
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.concat([[1,2,3],[4,5,6]]))
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.map(f,[4,5,6]))
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.element(1))
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.element(1, n=3))
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.select(f,range(7)))
 ./combinat/generator.py:        sage:
 list(sage.combinat.generator.successor(0,f))

 travis@travis-virtualbox:~/sage-5.9.beta1/devel/sage-main/sage/combinat$
 grep "import *generator" *
 integer_list.py:import generator
 }}}
 so it should just be a matter of replacing it there as well.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14355#comment:15>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to