Is there a reason zip() wipes out data?

Paul Rubin no.email at nospam.invalid
Mon May 9 02:06:06 EDT 2016


DFS <nospam at 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



More information about the Python-list mailing list