[Python-checkins] r59566 - peps/trunk/pep-0000.txt peps/trunk/pep-3141.txt

guido.van.rossum python-checkins at python.org
Wed Dec 19 05:16:34 CET 2007


Author: guido.van.rossum
Date: Wed Dec 19 05:16:33 2007
New Revision: 59566

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3141.txt
Log:
Mark PEP 3141 as accepted.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Dec 19 05:16:33 2007
@@ -72,7 +72,7 @@
  I   361  Python 2.6 Release Schedule                  Norwitz, et al
  I  3100  Python 3.0 Plans                             Cannon
 
- Accepted PEPs (accepted; may not be implemented yet)
+ Accepted PEPs (accepted; may not be completely implemented yet)
 
  SA  358  The "bytes" Object                           Schemenauer, GvR
  SA 3101  Advanced String Formatting                   Talin
@@ -82,6 +82,7 @@
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SA 3121  Extension Module Initialization & Finalization  von Löwis
  SA 3137  Immutable Bytes and Mutable Buffer           GvR
+ SA 3141  A Type Hierarchy for Numbers                 Yasskin
 
  Open PEPs (under consideration)
 
@@ -96,7 +97,6 @@
  S  3108  Standard Library Reorganization              Cannon
  S  3134  Exception Chaining and Embedded Tracebacks   Yee
  S  3135  New Super                                    Spealman, Delaney
- S  3141  A Type Hierarchy for Numbers                 Yasskin
 
  Finished PEPs (done, implemented in Subversion)
 
@@ -511,7 +511,7 @@
  S  3135  New Super                                    Spealman, Delaney
  SR 3136  Labeled break and continue                   Chisholm
  SA 3137  Immutable Bytes and Mutable Buffer           GvR
- S  3141  A Type Hierarchy for Numbers                 Yasskin
+ SA 3141  A Type Hierarchy for Numbers                 Yasskin
 
 
 Key

Modified: peps/trunk/pep-3141.txt
==============================================================================
--- peps/trunk/pep-3141.txt	(original)
+++ peps/trunk/pep-3141.txt	Wed Dec 19 05:16:33 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Jeffrey Yasskin <jyasskin at gmail.com>
-Status: Draft
+Status: Accepted
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 23-Apr-2007


More information about the Python-checkins mailing list