In article <[email protected]>,
 Peter Otten <[email protected]> wrote:
 
> deque(
>     imap(
>         process,
>         chain.from_iterable(
>             takewhile(bool, imap(partial(api.GetSearch, term), count(1))))),
>     maxlen=0)
> 
> ;)

If I wanted STL, I would still be writing C++ :-)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to