[Python-checkins] peps: Mark PEP 3152 (codef/cocall) as rejected.

guido.van.rossum python-checkins at python.org
Sat Apr 25 00:14:46 CEST 2015


https://hg.python.org/peps/rev/ce6d0b081d10
changeset:   5800:ce6d0b081d10
user:        Guido van Rossum <guido at python.org>
date:        Fri Apr 24 15:14:39 2015 -0700
summary:
  Mark PEP 3152 (codef/cocall) as rejected.

files:
  pep-3152.txt |  7 ++++++-
  1 files changed, 6 insertions(+), 1 deletions(-)


diff --git a/pep-3152.txt b/pep-3152.txt
--- a/pep-3152.txt
+++ b/pep-3152.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Gregory Ewing <greg.ewing at canterbury.ac.nz>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 13-Feb-2009
@@ -26,6 +26,11 @@
 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
 =============

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list