From 71137edafc1bcb9b2d38cc1bfaf32a25e736dd58 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 26 Jun 2011 13:02:17 +1000 Subject: [PATCH] Record Guido's acceptance of PEP 380 --- pep-0380.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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 ==========