PEP 358 is accepted.

This commit is contained in:
Georg Brandl 2007-03-18 20:04:00 +00:00
parent 1f4fb613e8
commit 1c68c46409
2 changed files with 3 additions and 3 deletions

View File

@ -77,6 +77,7 @@ Index by Category
Accepted PEPs (accepted; may not be implemented yet) Accepted PEPs (accepted; may not be implemented yet)
SA 358 The "bytes" Object Schemenauer, GvR
SA 3106 Revamping dict.keys(), .values() and .items() GvR SA 3106 Revamping dict.keys(), .values() and .items() GvR
SA 3109 Raising Exceptions in Python 3000 Winter SA 3109 Raising Exceptions in Python 3000 Winter
SA 3110 Catching Exceptions in Python 3000 Winter SA 3110 Catching Exceptions in Python 3000 Winter
@ -107,7 +108,6 @@ Index by Category
I 350 Codetags Elliott I 350 Codetags Elliott
S 354 Enumerations in Python Finney S 354 Enumerations in Python Finney
S 355 Path - Object oriented filesystem paths Lindqvist S 355 Path - Object oriented filesystem paths Lindqvist
S 358 The "bytes" Object Schemenauer, GvR
S 362 Function Signature Object Cannon, Seo S 362 Function Signature Object Cannon, Seo
S 364 Transitioning to the Py3K Standard Library Warsaw S 364 Transitioning to the Py3K Standard Library Warsaw
S 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes
@ -438,7 +438,7 @@ Numerical Index
S 355 Path - Object oriented filesystem paths Lindqvist S 355 Path - Object oriented filesystem paths Lindqvist
IF 356 Python 2.5 Release Schedule Norwitz, et al IF 356 Python 2.5 Release Schedule Norwitz, et al
SF 357 Allowing Any Object to be Used for Slicing Oliphant SF 357 Allowing Any Object to be Used for Slicing Oliphant
S 358 The "bytes" Object Schemenauer, GvR SA 358 The "bytes" Object Schemenauer, GvR
SW 359 The "make" Statement Bethard SW 359 The "make" Statement Bethard
I 360 Externally Maintained Packages Cannon I 360 Externally Maintained Packages Cannon
I 361 Python 2.6 Release Schedule Norwitz, et al I 361 Python 2.6 Release Schedule Norwitz, et al

View File

@ -3,7 +3,7 @@ Title: The "bytes" Object
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Neil Schemenauer <nas@arctrix.com>, Guido van Rossum <guido@google.com> Author: Neil Schemenauer <nas@arctrix.com>, Guido van Rossum <guido@google.com>
Status: Draft Status: Accepted
Type: Standards Track Type: Standards Track
Content-Type: text/plain Content-Type: text/plain
Created: 15-Feb-2006 Created: 15-Feb-2006