[Python-checkins] r56036 - peps/trunk/pep-0000.txt peps/trunk/pep-0001.txt peps/trunk/pep-0002.txt peps/trunk/pep-0003.txt peps/trunk/pep-0004.txt peps/trunk/pep-0005.txt peps/trunk/pep-0007.txt peps/trunk/pep-0008.txt peps/trunk/pep-0009.txt peps/trunk/pep-0010.txt peps/trunk/pep-0011.txt peps/trunk/pep-0012.txt peps/trunk/pep-3099.txt

brett.cannon python-checkins at python.org
Tue Jun 19 06:52:36 CEST 2007


Author: brett.cannon
Date: Tue Jun 19 06:52:34 2007
New Revision: 56036

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0001.txt
   peps/trunk/pep-0002.txt
   peps/trunk/pep-0003.txt
   peps/trunk/pep-0004.txt
   peps/trunk/pep-0005.txt
   peps/trunk/pep-0007.txt
   peps/trunk/pep-0008.txt
   peps/trunk/pep-0009.txt
   peps/trunk/pep-0010.txt
   peps/trunk/pep-0011.txt
   peps/trunk/pep-0012.txt
   peps/trunk/pep-3099.txt
Log:
Make all meta-PEPs be Process PEPs.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue Jun 19 06:52:34 2007
@@ -5,7 +5,7 @@
 Author: David Goodger <goodger at python.org>,
         Barry A. Warsaw <barry at python.org>
 Status: Active
-Type: Informational
+Type: Process
 Created: 13-Jul-2000
 Post-History:
 
@@ -25,24 +25,24 @@
 
  Meta-PEPs (PEPs about PEPs or Process)
 
- I     0  Index of Python Enhancement Proposals        Goodger, Warsaw
+ P     0  Index of Python Enhancement Proposals        Goodger, Warsaw
  P     1  PEP Purpose and Guidelines                   Warsaw, Hylton, Goodger
- I     2  Procedure for Adding New Modules             Faassen
- I     3  Guidelines for Handling Bug Reports          Hylton
- I     4  Deprecation of Standard Modules              von Loewis
- I     5  Guidelines for Language Evolution            Prescod
+ P     2  Procedure for Adding New Modules             Faassen
+ P     3  Guidelines for Handling Bug Reports          Hylton
+ P     4  Deprecation of Standard Modules              von Loewis
+ P     5  Guidelines for Language Evolution            Prescod
  P     6  Bug Fix Releases                             Aahz
- I     7  Style Guide for C Code                       GvR
- I     8  Style Guide for Python Code                  GvR, Warsaw
- I     9  Sample Plaintext PEP Template                Warsaw
- I    10  Voting Guidelines                            Warsaw
- I    11  Removing support for little used platforms   von Loewis
- I    12  Sample reStructuredText PEP Template         Goodger, Warsaw
+ P     7  Style Guide for C Code                       GvR
+ P     8  Style Guide for Python Code                  GvR, Warsaw
+ P     9  Sample Plaintext PEP Template                Warsaw
+ P    10  Voting Guidelines                            Warsaw
+ P    11  Removing support for little used platforms   von Loewis
+ P    12  Sample reStructuredText PEP Template         Goodger, Warsaw
  P   347  Migrating the Python CVS to Subversion       von Löwis
  P  3000  Python 3000                                  GvR
  P  3001  Reviewing and improving stdlib modules       Brandl
  P  3002  Procedure for Backwards-Incompatible Changes Bethard
- I  3099  Things that will Not Change in Python 3000   Brandl
+ P  3099  Things that will Not Change in Python 3000   Brandl
 
  Other Informational PEPs
 

Modified: peps/trunk/pep-0001.txt
==============================================================================
--- peps/trunk/pep-0001.txt	(original)
+++ peps/trunk/pep-0001.txt	Tue Jun 19 06:52:34 2007
@@ -54,7 +54,7 @@
    are typically not free to ignore them.  Examples include release
    schedules, procedures, guidelines, changes to the decision-making
    process, and changes to the tools or environment used in Python
-   development.
+   development.  Any meta-PEP is also considered a Process PEP.
 
 
 PEP Work Flow

Modified: peps/trunk/pep-0002.txt
==============================================================================
--- peps/trunk/pep-0002.txt	(original)
+++ peps/trunk/pep-0002.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: faassen at infrae.com (Martijn Faassen)
 Status: Draft
-Type: Informational
+Type: Process
 Created: 07-Jul-2001
 Post-History: 07-Jul-2001, 09-Mar-2002
 

Modified: peps/trunk/pep-0003.txt
==============================================================================
--- peps/trunk/pep-0003.txt	(original)
+++ peps/trunk/pep-0003.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: jeremy at alum.mit.edu (Jeremy Hylton)
 Status: Active
-Type: Informational
+Type: Process
 Created: 25-Sep-2000
 Post-History:
 

Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Martin v. Loewis <loewis at informatik.hu-berlin.de>
 Status: Active
-Type: Informational
+Type: Process
 Created: 1-Oct-2000
 Post-History:
 

Modified: peps/trunk/pep-0005.txt
==============================================================================
--- peps/trunk/pep-0005.txt	(original)
+++ peps/trunk/pep-0005.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: paul at prescod.net (Paul Prescod)
 Status: Active
-Type: Informational
+Type: Process
 Created: 26-Oct-2000
 Post-History:
 

Modified: peps/trunk/pep-0007.txt
==============================================================================
--- peps/trunk/pep-0007.txt	(original)
+++ peps/trunk/pep-0007.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: guido at python.org (Guido van Rossum)
 Status: Active
-Type: Informational
+Type: Process
 Created: 05-Jul-2001
 Post-History:
 

Modified: peps/trunk/pep-0008.txt
==============================================================================
--- peps/trunk/pep-0008.txt	(original)
+++ peps/trunk/pep-0008.txt	Tue Jun 19 06:52:34 2007
@@ -5,7 +5,7 @@
 Author: guido at python.org (Guido van Rossum),
     barry at python.org (Barry Warsaw)
 Status: Active
-Type: Informational
+Type: Process
 Created: 05-Jul-2001
 Post-History: 05-Jul-2001
 

Modified: peps/trunk/pep-0009.txt
==============================================================================
--- peps/trunk/pep-0009.txt	(original)
+++ peps/trunk/pep-0009.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Barry A. Warsaw <barry at python.org>
 Status: Active
-Type: Informational
+Type: Process
 Content-Type: text/plain
 Created: 14-Aug-2001
 Post-History:

Modified: peps/trunk/pep-0010.txt
==============================================================================
--- peps/trunk/pep-0010.txt	(original)
+++ peps/trunk/pep-0010.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: barry at python.org (Barry A. Warsaw)
 Status: Active
-Type: Informational
+Type: Process
 Created: 07-Mar-2002
 Post-History: 07-Mar-2002
 

Modified: peps/trunk/pep-0011.txt
==============================================================================
--- peps/trunk/pep-0011.txt	(original)
+++ peps/trunk/pep-0011.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: martin at v.loewis.de (Martin v. Löwis)
 Status: Active
-Type: Informational
+Type: Process
 Created: 07-Jul-2002
 Post-History: 07-Jul-2002
 

Modified: peps/trunk/pep-0012.txt
==============================================================================
--- peps/trunk/pep-0012.txt	(original)
+++ peps/trunk/pep-0012.txt	Tue Jun 19 06:52:34 2007
@@ -5,7 +5,7 @@
 Author: David Goodger <goodger at users.sourceforge.net>,
         Barry A. Warsaw <barry at python.org>
 Status: Active
-Type: Informational
+Type: Process
 Content-Type: text/x-rst
 Created: 05-Aug-2002
 Post-History: 30-Aug-2002

Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Tue Jun 19 06:52:34 2007
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Georg Brandl <georg at python.org>
 Status: Draft
-Type: Informational
+Type: Process
 Content-Type: text/x-rst
 Created: 04-Apr-2006
 Post-History:


More information about the Python-checkins mailing list