Best way to delimit a list?

castironpi at gmail.com castironpi at gmail.com
Tue May 13 10:08:35 EDT 2008


On May 13, 8:32 am, Peter Otten <__pete... at web.de> 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.



More information about the Python-list mailing list