Defer PEP 349.

This commit is contained in:
Neil Schemenauer 2005-10-29 14:36:02 +00:00
parent 781dcd1b39
commit 0fcf41f3cd
2 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,6 @@ Index by Category
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 @@ Index by Category
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 @@ Numerical Index
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

View File

@ -3,7 +3,7 @@ Title: Allow str() to return unicode strings
Version: $Revision$
Last-Modified: $Date$
Author: Neil Schemenauer <nas@arctrix.com>
Status: Draft
Status: Deferred
Type: Standards Track
Content-Type: text/plain
Created: 02-Aug-2005