#13778: lazy list
-------------------------------------+--------------------------------------
       Reporter:  vdelecroix         |         Owner:  jason   
           Type:  enhancement        |        Status:  new     
       Priority:  major              |     Milestone:  sage-5.6
      Component:  misc               |    Resolution:          
       Keywords:  list, iterator     |   Work issues:          
Report Upstream:  N/A                |     Reviewers:          
        Authors:  Vincent Delecroix  |     Merged in:          
   Dependencies:                     |      Stopgaps:          
-------------------------------------+--------------------------------------

Comment (by leif):

 Hmmm, haven't really checked the code, but there are a couple of typos (or
 grammatical errors) in the documentation (besides
 ''"non'''-'''negative"''), and a few instances of missing mark-up (such as
 `self` without double-backquotes).

 Wonder on which platform
 {{{
 sage: from sage.misc.lazy_list import lazy_list
 sage: P = lazy_list(iter(Primes()))[10::4]
 sage: P.info()
 cache length 0
 start        10
 stop         2147483647
 ...
 }}}
 will fail (i.e., `INT_MAX` will differ)... ;-)

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