I'll join in with the fun... zip(strict=True) +1 itertools.zip_strict() +0 zip(mode='strict') -1 zip.strict() -1
On Fri, 15 May 2020 at 19:12, Paul Moore <[email protected]> wrote: > [Cut the previous votes because someone's quoting didn't survive my > email client and I can't be bothered fixing it] > > If everyone else is doing it... > > itertools.zip_strict() +1 > zip(strict=True) -0 > zip.strict() -0.5 > zip(mode='strict') -1 > > Paul > _______________________________________________ > Python-Dev mailing list -- [email protected] > To unsubscribe send an email to [email protected] > https://mail.python.org/mailman3/lists/python-dev.python.org/ > Message archived at > https://mail.python.org/archives/list/[email protected]/message/4YDZH7E6IYDI4EQJPUREUZAYVQE5ITI6/ > Code of Conduct: http://python.org/psf/codeofconduct/ >
_______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/LY6NYA4NQKE37XILEIQD3KZQ4FQ3BEN5/ Code of Conduct: http://python.org/psf/codeofconduct/
