
On Sun, May 3, 2020 at 3:39 PM Dominik Vilsmeier dominik.vilsmeier@gmx.de 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 -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/ZBB5L2...
Code of Conduct: http://python.org/psf/codeofconduct/
Python-ideas mailing list -- python-ideas@python.org To unsubscribe send an email to python-ideas-leave@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/6FN6DJ... Code of Conduct: http://python.org/psf/codeofconduct/