On May 13, 8:32 am, Peter Otten <[EMAIL PROTECTED]> wrote:
> Giuseppe Ottaviano wrote:
> > def ichain(seq):
> >         for s in seq:
> >                 for x in s: yield x
>
> > (which is often useful and I don't think it has been included in  
> > itertools) you can iterate lazily on the file:
>
> Python 2.6 includes itertools.chain.from_iterable() with that functionality.
>
> Peter

Can you color the help manual with very fine shades of off-white to
ease reading?  I was thinking a few pixels shy of red of white to
accentuate what are the class methods and which are not.  I also have
an argument that net readability would decrease, but the sample sizes
on that kind of metric are a little brinky with privacy fears around
where I'm from.  I just try to make Tron rings.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to