On Tue, 21 Apr 2020 at 15:25, Eric V. Smith <[email protected]> wrote:
> > In your proposal, what would next(zip([0], [], [0])) result in? > > > This point still stands. ... and for an even more non-obvious case, next(zip(itertools.cycle([0]), [], [0])) (do we just return *one* element that's not been consumed, or the whole "tail"?) Paul _______________________________________________ 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/USFGPF7H45CZLSKWT7WG7RDWQL7UP3PG/ Code of Conduct: http://python.org/psf/codeofconduct/
