Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #108415

Re: Is there a reason zip() wipes out data?

From Paul Rubin <no.email@nospam.invalid>
Newsgroups comp.lang.python
Subject Re: Is there a reason zip() wipes out data?
Date 2016-05-08 23:06 -0700
Organization A noiseless patient Spider
Message-ID <87twi76a0h.fsf@jester.gateway.pace.com> (permalink)
References <ngp34a$m4i$1@dont-email.me>

Show all headers | View raw


DFS <nospam@dfs.com> writes:
> Edit: I see they addressed this in 3.5 (maybe earlier), with an option:
> "itertools.zip_longest(*iterables, fillvalue=None)

This is available in 2.7 as itertools.izip_longest

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Is there a reason zip() wipes out data? DFS <nospam@dfs.com> - 2016-05-09 00:22 -0400
  Re: Is there a reason zip() wipes out data? Dan Sommers <dan@tombstonezero.net> - 2016-05-09 04:29 +0000
  Re: Is there a reason zip() wipes out data? Paul Rubin <no.email@nospam.invalid> - 2016-05-08 23:06 -0700

csiph-web