On Saturday, May 23, 2020, at 11:02 -0400, David Mertz wrote:

> Still, generator comprehension are great. And next() is an excellent
> function.

Agreed, on both counts.  I often end up needing an arbitrary element of
a set (or the only element of a single-element set), and next(iter(set))
scratches that itch well.
_______________________________________________
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/FQ3H5OEJZOEPVRJ7APTT4EJF2FQZQLBH/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to