[Python-Dev] PEP 380 ("yield from") is now Final
Guido van Rossum
guido at python.org
Fri Jan 13 17:00:23 CET 2012
AWESOME!!!
On Fri, Jan 13, 2012 at 4:14 AM, Nick Coghlan <ncoghlan at gmail.com> wrote:
> I marked PEP 380 as Final this evening, after pushing the tested and
> documented implementation to hg.python.org:
> http://hg.python.org/cpython/rev/d64ac9ab4cd0
>
> As the list of names in the NEWS and What's New entries suggests, it
> was quite a collaborative effort to get this one over the line, and
> that's without even listing all the people that offered helpful
> suggestions and comments along the way :)
>
> print("\n".join(list((lambda:(yield from ("Cheers,", "Nick")))())))
--
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20120113/3c41b0ee/attachment-0001.html>
More information about the Python-Dev
mailing list