diff --git a/pep-0380.txt b/pep-0380.txt index d2f11a764..bd2967147 100644 --- a/pep-0380.txt +++ b/pep-0380.txt @@ -3,11 +3,11 @@ Title: Syntax for Delegating to a Subgenerator Version: $Revision$ Last-Modified: $Date$ Author: Gregory Ewing -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/x-rst Created: 13-Feb-2009 -Python-Version: 3.x +Python-Version: 3.3 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 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 ==========