[Python-checkins] r62746 - in peps/trunk: pep-0000.txt pep-3108.txt

guido.van.rossum python-checkins at python.org
Tue May 6 00:32:12 CEST 2008


Author: guido.van.rossum
Date: Tue May  6 00:32:12 2008
New Revision: 62746

Log:
Accept PEP 3108 (library reform).


Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Tue May  6 00:32:12 2008
@@ -77,6 +77,7 @@
  SA  358  The "bytes" Object                           Schemenauer, GvR
  SA 3101  Advanced String Formatting                   Talin
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
+ SA 3108  Standard Library Reorganization              Cannon
  SA 3116  New I/O                                      Stutzbach, Verdone, GvR
  SA 3118  Revising the buffer protocol                 Oliphant, Banks
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
@@ -95,7 +96,6 @@
  S   368  Standard image protocol and class            Mastrodomenico
  S   369  Post import hooks                            Heimes
  S   370  Per user site-packages directory             Heimes
- S  3108  Standard Library Reorganization              Cannon
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
  S  3138  String representation in Python 3000         Ishimoto
@@ -486,7 +486,7 @@
  SF 3105  Make print a function                        Brandl
  SA 3106  Revamping dict.keys(), .values() & .items()  GvR
  SF 3107  Function Annotations                         Winter, Lownds
- S  3108  Standard Library Reorganization              Cannon
+ SA 3108  Standard Library Reorganization              Cannon
  SF 3109  Raising Exceptions in Python 3000            Winter
  SF 3110  Catching Exceptions in Python 3000           Winter
  SF 3111  Simple input built-in in Python 3000         Roberge

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue May  6 00:32:12 2008
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Brett Cannon <brett at python.org>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 01-Jan-2007


More information about the Python-checkins mailing list