Change the classification of PEP 3108 from Information to Standards Track since

it needs acceptance and is not just explaining something.
This commit is contained in:
Brett Cannon 2007-03-04 19:57:43 +00:00
parent 9a13ad8b25
commit fc09db9704
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Brett Cannon <brett@python.org>
Status: Draft
Type: Informational
Type: Standards Track
Python-Version: 3.0
Content-Type: text/x-rst
Created: 01-Jan-2007