From 1c68c46409e680a133cc3bcc4df04816db3adaa9 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 18 Mar 2007 20:04:00 +0000 Subject: [PATCH] PEP 358 is accepted. --- pep-0000.txt | 4 ++-- pep-0358.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 3eb942277..f5c1bb6e3 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -77,6 +77,7 @@ Index by Category 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 3109 Raising Exceptions in Python 3000 Winter SA 3110 Catching Exceptions in Python 3000 Winter @@ -107,7 +108,6 @@ Index by Category I 350 Codetags Elliott S 354 Enumerations in Python Finney S 355 Path - Object oriented filesystem paths Lindqvist - S 358 The "bytes" Object Schemenauer, GvR S 362 Function Signature Object Cannon, Seo S 364 Transitioning to the Py3K Standard Library Warsaw S 754 IEEE 754 Floating Point Special Values Warnes @@ -438,7 +438,7 @@ Numerical Index S 355 Path - Object oriented filesystem paths Lindqvist IF 356 Python 2.5 Release Schedule Norwitz, et al 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 I 360 Externally Maintained Packages Cannon I 361 Python 2.6 Release Schedule Norwitz, et al diff --git a/pep-0358.txt b/pep-0358.txt index 09e04161d..455feae78 100644 --- a/pep-0358.txt +++ b/pep-0358.txt @@ -3,7 +3,7 @@ Title: The "bytes" Object Version: $Revision$ Last-Modified: $Date$ Author: Neil Schemenauer , Guido van Rossum -Status: Draft +Status: Accepted Type: Standards Track Content-Type: text/plain Created: 15-Feb-2006