[Python-ideas] Add 'interleave' function to itertools?

Andrew Barnert abarnert at yahoo.com
Fri Aug 9 18:54:44 CEST 2013


On Aug 9, 2013, at 9:32, Oscar Benjamin <oscar.j.benjamin at gmail.com> wrote:

> They should at least go in a different module. Currently each of those
> recipes is already available in more-itertools (including the proposed
> first()):
> http://pythonhosted.org/more-itertools/api.html

How is that a problem? Unless you're doing "from itertools import *" and "from more_itertools import *" (and care which one you get) there's no possible conflict.


More information about the Python-ideas mailing list