[Python-checkins] r54436 - peps/trunk/pep-0000.txt peps/trunk/pep-0358.txt
georg.brandl
python-checkins at python.org
Sun Mar 18 21:04:06 CET 2007
Author: georg.brandl
Date: Sun Mar 18 21:04:00 2007
New Revision: 54436
Modified:
peps/trunk/pep-0000.txt
peps/trunk/pep-0358.txt
Log:
PEP 358 is accepted.
Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt (original)
+++ peps/trunk/pep-0000.txt Sun Mar 18 21:04:00 2007
@@ -77,6 +77,7 @@
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 @@
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 @@
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
Modified: peps/trunk/pep-0358.txt
==============================================================================
--- peps/trunk/pep-0358.txt (original)
+++ peps/trunk/pep-0358.txt Sun Mar 18 21:04:00 2007
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Neil Schemenauer <nas at arctrix.com>, Guido van Rossum <guido at google.com>
-Status: Draft
+Status: Accepted
Type: Standards Track
Content-Type: text/plain
Created: 15-Feb-2006
More information about the Python-checkins
mailing list