On Sat, May 2, 2020 at 4:38 AM Soni L. <fakedme...@gmail.com> wrote: > > > > On 2020-05-01 3:10 p.m., Brandt Bucher wrote: > > I have pushed a first draft of PEP 618: > > > > https://www.python.org/dev/peps/pep-0618 > > > > Please let me know what you think – I'd love to hear any *new* feedback > > that hasn't yet been addressed in the PEP! > > What about using an optional kwarg for a handler for mismatched lengths? > I made a post about it on the other thread and it's not addressed in the > PEP. It'd make zip capable of doing zip_shortest, zip_equal (aka > zip(strict=True)) and zip_longest, it's not stringly-typed, and it's > user-extensible. Something along the lines of zip(foo, bar, baz, > and_then=lambda consumed_items, iters: ...). >
YAGNI. ChrisA _______________________________________________ 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/ZJAGEHQTK46UBEFTNUD6RMDPZ7UEZ6YD/ Code of Conduct: http://python.org/psf/codeofconduct/