On Sun, May 3, 2020 at 3:39 PM Dominik Vilsmeier <[email protected]>
wrote:

> If `zip` gets a `strict` keyword-only parameter, a slightly related
> question is whether `map` should also receive one?
>

This did come up in the conversion. Brandt: you may want to address this in
the PEP.

     map(func, x, y, strict=True)  # ?
>
> Admittedly the word "strict" in the context of `map` would be rather
> confusing.
>

This a really good argument for "equal" rather than "strict".

-CHB






> On 01.05.20 20:10, 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!
> >
> > Brandt
> > _______________________________________________
> > 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/ZBB5L2I45PNLTRW7CCV4FDJO5DB7M5UT/
> > Code of Conduct: http://python.org/psf/codeofconduct/
> _______________________________________________
> 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/6FN6DJOJ4PIMWLSSP5XS5MCWB7T3C4WR/
> Code of Conduct: http://python.org/psf/codeofconduct/
>


-- 
Christopher Barker, PhD

Python Language Consulting
  - Teaching
  - Scientific Software Development
  - Desktop GUI and Web Development
  - wxPython, numpy, scipy, Cython
_______________________________________________
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/BBKKVYCL3WNA5NU5QUQKK5I3TKNL3SHS/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to