From 0d576a55871a954bb5e8a5beccd391cbb02d9d31 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 19 Jun 2007 01:45:08 +0000 Subject: [PATCH] Fix PEPs that improperly listed their status as Active; that status is reserved for only Informational and Process PEPs. --- pep-0286.txt | 2 +- pep-0364.txt | 2 +- pep-3134.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0286.txt b/pep-0286.txt index a396cd6bc..491f72c1f 100644 --- a/pep-0286.txt +++ b/pep-0286.txt @@ -3,7 +3,7 @@ Title: Enhanced Argument Tuples Version: $Revision$ Last-Modified: $Date$ Author: loewis@informatik.hu-berlin.de (Martin von Loewis) -Status: Active +Status: Draft Type: Standards Track Created: 3-Mar-2002 Python-Version: 2.3 diff --git a/pep-0364.txt b/pep-0364.txt index 43610896d..df94dbad2 100644 --- a/pep-0364.txt +++ b/pep-0364.txt @@ -3,7 +3,7 @@ Title: Transitioning to the Py3K Standard Library Version: $Revision$ Last-Modified: $Date$ Author: Barry A. Warsaw -Status: Active +Status: Draft Type: Standards Track Content-Type: text/x-rst Created: 01-Mar-2007 diff --git a/pep-3134.txt b/pep-3134.txt index 1b0669767..22d74ccae 100644 --- a/pep-3134.txt +++ b/pep-3134.txt @@ -3,7 +3,7 @@ Title: Exception Chaining and Embedded Tracebacks Version: $Revision$ Last-Modified: $Date$ Author: Ka-Ping Yee -Status: Active +Status: Draft Type: Standards Track Content-Type: text/plain Created: 12-May-2005