[Python-checkins] r57777 - peps/trunk/pep-0000.txt peps/trunk/pep-3101.txt

guido.van.rossum python-checkins at python.org
Fri Aug 31 00:35:37 CEST 2007


Author: guido.van.rossum
Date: Fri Aug 31 00:35:37 2007
New Revision: 57777

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3101.txt
Log:
Accept 3101.  Mark 3118 as accepted in the index.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Fri Aug 31 00:35:37 2007
@@ -75,8 +75,10 @@
  Accepted PEPs (accepted; may not be implemented yet)
 
  SA  358  The "bytes" Object                           Schemenauer, GvR
+ SA 3101  Advanced String Formatting                   Talin
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
  SA 3109  Raising Exceptions in Python 3000            Winter
+ SA 3118  Revising the buffer protocol                 Oliphant, Banks
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SA 3121  Extension Module Initialization & Finalization  von Löwis
 
@@ -91,10 +93,8 @@
  S   365  Adding the pkg_resources module              Eby
  S   366  Main module explicit relative imports        Coghlan
  S   368  Standard image protocol and class            Mastrodomenico
- S  3101  Advanced String Formatting                   Talin
  S  3108  Standard Library Reorganization              Cannon
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
- S  3118  Revising the buffer protocol                 Oliphant, Banks
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
  S  3141  A Type Hierarchy for Numbers                 Yasskin
@@ -473,7 +473,7 @@
  P  3002  Procedure for Backwards-Incompatible Changes Bethard
  I  3099  Things that will Not Change in Python 3000   Brandl
  I  3100  Python 3.0 Plans                             Kuchling, Cannon
- S  3101  Advanced String Formatting                   Talin
+ SA 3101  Advanced String Formatting                   Talin
  SF 3102  Keyword-Only Arguments                       Talin
  SR 3103  A Switch/Case Statement                      GvR
  SF 3104  Access to Names in Outer Scopes              Yee
@@ -490,7 +490,7 @@
  SF 3115  Metaclasses in Python 3000                   Talin
  S  3116  New I/O                                      Stutzbach, Verdone, GvR
  SR 3117  Postfix Type Declarations                    Brandl
- S  3118  Revising the buffer protocol                 Oliphant, Banks
+ SA 3118  Revising the buffer protocol                 Oliphant, Banks
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SF 3120  Using UTF-8 as the default source encoding   von Löwis
  SA 3121  Extension Module Initialization & Finalization  von Löwis

Modified: peps/trunk/pep-3101.txt
==============================================================================
--- peps/trunk/pep-3101.txt	(original)
+++ peps/trunk/pep-3101.txt	Fri Aug 31 00:35:37 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Talin <talin at acm.org>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/plain
 Created: 16-Apr-2006


More information about the Python-checkins mailing list