-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, and MATLAB
 * cc: SimonKing (added)
  * keywords:  LazyPowerSeries => LazyPowerSeries, categories
Comment:
The patch is not yet ready for review !
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:1>
--
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:2>
* status: new => needs_review
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:3>
 * cc: chapoton (added)
  * keywords:  LazyPowerSeries, categories => LazyPowerSeries, categories,
               Species
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:4>
Comment (by nthiery):
 Salut Florent,
 There are some failing tests:
 {{{
 sage -t sage/combinat/tutorial.py  # 5 doctests failed
 sage -t sage/tests/french_book/polynomes.py  # 7 doctests failed
 }}}
 Could you fix those or move the patch down the queue?
 Thanks,
                             Nicolas
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:5>
Comment (by hivert):
 Fixed !
 Florent
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:6>
* cc: darij (added)
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:7>
  * keywords:  LazyPowerSeries, categories, Species => LazyPowerSeries,
               categories, Species, days49
Comment:
 Fixed a multiline doctest to silence the patchbot. Ready for review.
 Florent
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:8>
Comment (by darij):
 Any chance to get docstrings on _sum_generator_gen and/or sum_generator?
 Andrew and me are wondering what precisely these functions do in
 http://trac.sagemath.org/sage_trac/ticket/14542 . Thank you!
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:9>
Comment (by nthiery):
 I have just been through the path, and it looks good to go.
 Just one thing: using the new syntax for example continuations. And since
 the whole file is touched anyway, we might as well do this change
 everywhere.
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:10>
Comment (by darij):
 There is a doctest failing, see
 http://patchbot.sagemath.org/log/13433/Fedora/18/x86_64/3.9.5-201.fc18.x86_64/desktop/2013-07-13%2021:47:59%20+0100?short
 . One way to fix it is to replace the {{{_div_}}} method of the
 {{{CycleIndexSeries}}} class by a {{{__div__}}} method, since I don't
 think that class belongs to any category which has a division method. On
 the other hand, this might not be what you want.
 Ceterus censeo, {{{_sum_generator_gen}}} and {{{sum_generator}}} still
 need to be documented...
-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13433#comment:11>