Mark PEP 3152 (codef/cocall) as rejected.

This commit is contained in:
Guido van Rossum 2015-04-24 15:14:39 -07:00
parent bd5cf23940
commit bca7838dae
1 changed files with 6 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Title: Cofunctions
Version: $Revision$
Last-Modified: $Date$
Author: Gregory Ewing <greg.ewing@canterbury.ac.nz>
Status: Draft
Status: Rejected
Type: Standards Track
Content-Type: text/x-rst
Created: 13-Feb-2009
@ -26,6 +26,11 @@ This proposal builds on the 'yield from' mechanism described in PEP
it. However, it would be possible to define and implement cofunctions
independently of PEP 380 if so desired.
Rejection
---------
See https://mail.python.org/pipermail/python-dev/2015-April/139503.html
Specification
=============