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.