Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!aioe.org!.POSTED!not-for-mail From: Fabien Newsgroups: comp.lang.python Subject: Re: zip as iterator and bad/good practices Date: Fri, 12 Jun 2015 17:05:19 +0200 Organization: Aioe.org NNTP Server Lines: 8 Message-ID: References: NNTP-Posting-Host: dBj109E0Hd5e4YuvXypQcQ.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.python:92531 On 06/12/2015 05:00 PM, Fabien wrote: > I've found the izip() function which should do what I want I've just come accross a stackoverflow post where they recommend: from future_builtins import zip which is OK since I don't want to support versions <= 2.6