From fc09db9704183eded043e5d401cdf5a2a5dba78c Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 4 Mar 2007 19:57:43 +0000 Subject: [PATCH] Change the classification of PEP 3108 from Information to Standards Track since it needs acceptance and is not just explaining something. --- pep-0000.txt | 4 ++-- pep-3108.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 9ecf83bd7..6a1825f1b 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -114,7 +114,7 @@ Index by Category S 754 IEEE 754 Floating Point Special Values Warnes S 3101 Advanced String Formatting Talin S 3104 Access to Names in Outer Scopes Yee - I 3108 Standard Library Reorganization Cannon + S 3108 Standard Library Reorganization Cannon Finished PEPs (done, implemented in Subversion) @@ -454,7 +454,7 @@ Numerical Index SF 3105 Make print a function Brandl S 3106 Revamping dict.keys(), .values() and .items() GvR SA 3107 Function Annotations Winter, Lownds - I 3108 Standard Library Reorganization Cannon + S 3108 Standard Library Reorganization Cannon SA 3109 Raising Exceptions in Python 3000 Winter SA 3110 Catching Exceptions in Python 3000 Winter SA 3111 Simple input built-in in Python 3000 Roberge diff --git a/pep-3108.txt b/pep-3108.txt index cc0ac0360..13a891060 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Brett Cannon Status: Draft -Type: Informational +Type: Standards Track Python-Version: 3.0 Content-Type: text/x-rst Created: 01-Jan-2007