Record Guido's acceptance of PEP 380
This commit is contained in:
parent
a31b330d4c
commit
71137edafc
10
pep-0380.txt
10
pep-0380.txt
|
@ -3,11 +3,11 @@ Title: Syntax for Delegating to a Subgenerator
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Gregory Ewing <greg.ewing@canterbury.ac.nz>
|
Author: Gregory Ewing <greg.ewing@canterbury.ac.nz>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 13-Feb-2009
|
Created: 13-Feb-2009
|
||||||
Python-Version: 3.x
|
Python-Version: 3.3
|
||||||
Post-History:
|
Post-History:
|
||||||
|
|
||||||
|
|
||||||
|
@ -23,6 +23,12 @@ the value is made available to the delegating generator.
|
||||||
The new syntax also opens up some opportunities for optimisation when
|
The new syntax also opens up some opportunities for optimisation when
|
||||||
one generator re-yields values produced by another.
|
one generator re-yields values produced by another.
|
||||||
|
|
||||||
|
PEP Acceptance
|
||||||
|
==============
|
||||||
|
|
||||||
|
Guido officially `accepted the PEP`_ on 26th June, 2011.
|
||||||
|
|
||||||
|
.. _accepted the PEP: http://mail.python.org/pipermail/python-dev/2011-June/112010.html
|
||||||
|
|
||||||
Motivation
|
Motivation
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Reference in New Issue