On Mon, 20 Apr 2020 18:25:08 -0000 "Brandt Bucher" <[email protected]> wrote:
> > This is definitely sometimes useful, but I think less often than > > zip_longest, which we already decided long ago isn’t important enough to > > push into zip but instead should be a separate function living in > > itertools. > > I disagree. In my own personal experience, ~80% of the time when I use `zip` > there is an assumption that all of the iterables are the same length. FWIW, that's also my experience. Regards Antoine. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/2ZKE25VQLIMOP3MEWSJ26DSBDRVKEV3R/ Code of Conduct: http://python.org/psf/codeofconduct/
