[Python-checkins] commit of r41351 - peps/trunk

neil.schemenauer@python.org neil.schemenauer at python.org
Sat Oct 29 16:36:03 CEST 2005


Author: neil.schemenauer
Date: Sat Oct 29 16:36:02 2005
New Revision: 41351

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0349.txt
Log:
Defer PEP 349.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sat Oct 29 16:36:02 2005
@@ -104,7 +104,6 @@
  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
- S   349  Allow str() to return unicode strings        Schemenauer
  I   350  Codetags                                     Elliott
  S   351  The freeze protocol                          Warsaw
  S   352  Required Superclass for Exceptions           GvR, Cannon
@@ -220,6 +219,7 @@
  SR  340  Anonymous Block Statements                   GvR
  SR  346  User Defined ("with") Statements             Coghlan
  SR  348  Exception Reorganization for Python 3.0      Cannon
+ SD  349  Allow str() to return unicode strings        Schemenauer
  SR  666  Reject Foolish Indentation                   Creighton
 
 
@@ -396,7 +396,7 @@
  SR  346  User Defined ("with") Statements             Coghlan
  P   347  Migrating the Python CVS to Subversion       von Löwis
  SR  348  Exception Reorganization for Python 3.0      Cannon
- S   349  Allow str() to return unicode strings        Schemenauer
+ SD  349  Allow str() to return unicode strings        Schemenauer
  I   350  Codetags                                     Elliott
  S   351  The freeze protocol                          Warsaw
  S   352  Required Superclass for Exceptions           GvR, Cannon

Modified: peps/trunk/pep-0349.txt
==============================================================================
--- peps/trunk/pep-0349.txt	(original)
+++ peps/trunk/pep-0349.txt	Sat Oct 29 16:36:02 2005
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Neil Schemenauer <nas at arctrix.com>
-Status: Draft
+Status: Deferred
 Type: Standards Track
 Content-Type: text/plain
 Created: 02-Aug-2005


More information about the Python-checkins mailing list