[Python-checkins] peps: Tweak the headers on a few PEPs so they appear in the Historical PEPs section

nick.coghlan python-checkins at python.org
Fri Feb 10 14:10:46 CET 2012


http://hg.python.org/peps/rev/b3ac12f7cf76
changeset:   4045:b3ac12f7cf76
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Feb 10 23:10:37 2012 +1000
summary:
  Tweak the headers on a few PEPs so they appear in the Historical PEPs section rather than at the top of the PEP index

files:
  pep-0042.txt |  4 ++--
  pep-0374.txt |  2 +-
  pep-0375.txt |  2 +-
  pep-0385.txt |  2 +-
  pep-3000.txt |  2 +-
  pep-3003.txt |  2 +-
  pep-3099.txt |  2 +-
  pep-3100.txt |  4 ++--
  8 files changed, 10 insertions(+), 10 deletions(-)


diff --git a/pep-0042.txt b/pep-0042.txt
--- a/pep-0042.txt
+++ b/pep-0042.txt
@@ -3,8 +3,8 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jeremy Hylton <jeremy at alum.mit.edu>
-Status: Active
-Type: Informational
+Status: Final
+Type: Process
 Created: 12-Sep-2000
 Post-History:
 
diff --git a/pep-0374.txt b/pep-0374.txt
--- a/pep-0374.txt
+++ b/pep-0374.txt
@@ -7,7 +7,7 @@
         Alexandre Vassalotti <alexandre at peadrop.com>,
         Barry Warsaw <barry at python.org>,
         Dirkjan Ochtman <dirkjan at ochtman.nl>
-Status: Active
+Status: Final
 Type: Process
 Content-Type: text/x-rst
 Created: 07-Nov-2008
diff --git a/pep-0375.txt b/pep-0375.txt
--- a/pep-0375.txt
+++ b/pep-0375.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Benjamin Peterson <benjamin at python.org>
-Status: Active
+Status: Final
 Type: Informational
 Content-Type: text/x-rst
 Created: 8-Feb-2009
diff --git a/pep-0385.txt b/pep-0385.txt
--- a/pep-0385.txt
+++ b/pep-0385.txt
@@ -5,7 +5,7 @@
 Author: Dirkjan Ochtman <dirkjan at ochtman.nl>,
         Antoine Pitrou <solipsis at pitrou.net>,
         Georg Brandl <georg at python.org>
-Status: Active
+Status: Final
 Type: Process
 Content-Type: text/x-rst
 Created: 25-May-2009
diff --git a/pep-3000.txt b/pep-3000.txt
--- a/pep-3000.txt
+++ b/pep-3000.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Guido van Rossum <guido at python.org>
-Status: Active
+Status: Final
 Type: Process
 Content-Type: text/x-rst
 Created: 05-Apr-2006
diff --git a/pep-3003.txt b/pep-3003.txt
--- a/pep-3003.txt
+++ b/pep-3003.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon, Jesse Noller, Guido van Rossum
-Status: Active
+Status: Final
 Type: Process
 Content-Type: text/x-rst
 Created: 21-Oct-2009
diff --git a/pep-3099.txt b/pep-3099.txt
--- a/pep-3099.txt
+++ b/pep-3099.txt
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Georg Brandl <georg at python.org>
-Status: Active
+Status: Final
 Type: Process
 Content-Type: text/x-rst
 Created: 04-Apr-2006
diff --git a/pep-3100.txt b/pep-3100.txt
--- a/pep-3100.txt
+++ b/pep-3100.txt
@@ -3,8 +3,8 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
-Status: Active
-Type: Informational
+Status: Final
+Type: Process
 Content-Type: text/x-rst
 Created: 20-Aug-2004
 Post-History:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list