[Python-Dev] PEP 380 ("yield from") is now Final

Chris Withers chris at simplistix.co.uk
Fri Jan 13 21:11:36 CET 2012


Finally, a reason to use Python 3 ;-)

Chris

On 13/01/2012 16:00, Guido van Rossum wrote:
> AWESOME!!!
>
> On Fri, Jan 13, 2012 at 4:14 AM, Nick Coghlan <ncoghlan at gmail.com
> <mailto: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>:
>     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 <http://python.org/~guido>)
>
> ______________________________________________________________________
> This email has been scanned by the Symantec Email Security.cloud service.
> For more information please visit http://www.symanteccloud.com
> ______________________________________________________________________
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> http://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: http://mail.python.org/mailman/options/python-dev/chris%40simplistix.co.uk

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
             - http://www.simplistix.co.uk


More information about the Python-Dev mailing list