[Python-ideas] map iterator

Jerry Hill malaclypse2 at gmail.com
Thu Feb 9 17:48:27 CET 2012


On Thu, Feb 9, 2012 at 11:40 AM, Edward Lesmes <ehlesmes at gmail.com> wrote:

> An iterator version of map should be available for large sets of data.
>

The python time machine strikes again.  In python 2, this is available as
itertools.imap.  In python 3, this is the default behavior of the map()
function.

-- 
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20120209/6f366254/attachment.html>


More information about the Python-ideas mailing list