In article <mailman.3562.1352658857.27098.python-l...@python.org>,
 Peter Otten <__pete...@web.de> 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