Sequence splitting

Paul Rubin http
Fri Jul 3 15:41:20 EDT 2009


Terry Reedy <tjreedy at udel.edu> writes:
> > This isn't so attractive, since filter takes a sequence input but
> > returns a list.
> 
> In modern Python (py3), it returns an iterator.

Still not much help in the proposed version that would return two
iterators.  



More information about the Python-list mailing list