Fix PEPs that improperly listed their status as Active; that status is reserved
for only Informational and Process PEPs.
This commit is contained in:
parent
9e2f892fc2
commit
0d576a5587
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Transitioning to the Py3K Standard Library
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Barry A. Warsaw <barry@python.org>
|
||||
Status: Active
|
||||
Status: Draft
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 01-Mar-2007
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue