[Python-checkins] commit of r41600 - peps/trunk/pep-0000.txt peps/trunk/pep-0347.txt

brett.cannon python-checkins at python.org
Sun Dec 4 23:15:25 CET 2005


Author: brett.cannon
Date: Sun Dec  4 23:15:20 2005
New Revision: 41600

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0347.txt
Log:
Change PEP 347 (cvs -> svn conversion) to being accepted.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Dec  4 23:15:20 2005
@@ -42,6 +42,7 @@
  I    10  Voting Guidelines                            Warsaw
  I    11  Removing support for little used platforms   von Loewis
  I    12  Sample reStructuredText PEP Template         Goodger, Warsaw
+ P   347  Migrating the Python CVS to Subversion       von Löwis
 
  Other Informational PEPs
 
@@ -103,7 +104,6 @@
  S   343  The "with" Statement                         GvR, Coghlan
  S   344  Exception Chaining and Embedded Tracebacks   Yee
  S   345  Metadata for Python Software Packages 1.2    Jones
- P   347  Migrating the Python CVS to Subversion       von Löwis
  I   350  Codetags                                     Elliott
  S   351  The freeze protocol                          Warsaw
  S   352  Required Superclass for Exceptions           GvR, Cannon

Modified: peps/trunk/pep-0347.txt
==============================================================================
--- peps/trunk/pep-0347.txt	(original)
+++ peps/trunk/pep-0347.txt	Sun Dec  4 23:15:20 2005
@@ -4,7 +4,7 @@
 Last-Modified: $Date$
 Author: Martin v. Löwis <martin at v.loewis.de>
 Discussions-To: <python-dev at python.org>
-Status: Draft
+Status: Accepted
 Type: Process
 Content-Type: text/x-rst
 Created: 14-Jul-2004


More information about the Python-checkins mailing list