On Tue, 21 Apr 2020 at 15:25, Eric V. Smith <e...@trueblade.com> 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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/USFGPF7H45CZLSKWT7WG7RDWQL7UP3PG/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to