[Python-checkins] r56618 - peps/trunk/pep-0000.txt peps/trunk/pep-3123.txt

martin.v.loewis python-checkins at python.org
Sun Jul 29 19:17:45 CEST 2007


Author: martin.v.loewis
Date: Sun Jul 29 19:17:45 2007
New Revision: 56618

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-3123.txt
Log:
Mark PEP 3123 final.


Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Sun Jul 29 19:17:45 2007
@@ -81,7 +81,6 @@
  SA 3119  Introducing Abstract Base Classes            GvR, Talin
  SA 3120  Using UTF-8 as the default source encoding   von Löwis
  SA 3121  Extension Module Initialization & Finalization  von Löwis
- SA 3123  Making PyObject_HEAD conform to standard C   von Löwis
  SA 3131  Supporting Non-ASCII Identifiers             von Löwis
 
  Open PEPs (under consideration)
@@ -174,6 +173,7 @@
  SF 3112  Bytes literals in Python 3000                Orendorff
  SF 3113  Removal of Tuple Parameter Unpacking         Cannon
  SF 3114  Renaming iterator.next() to .__next__()      Yee
+ SF 3123  Making PyObject_HEAD conform to standard C   von Löwis
  SF 3127  Integer Literal Support and Syntax           Maupin
  SF 3129  Class Decorators                             Winter
  SF 3132  Extended Iterable Unpacking                  Brandl
@@ -495,7 +495,7 @@
  SA 3120  Using UTF-8 as the default source encoding   von Löwis
  SA 3121  Extension Module Initialization & Finalization  von Löwis
  SR 3122  Delineation of the main module               Cannon
- SA 3123  Making PyObject_HEAD conform to standard C   von Löwis
+ SF 3123  Making PyObject_HEAD conform to standard C   von Löwis
  SD 3124  Overloading, Generic Functions, Interfaces   Eby
  SR 3125  Remove Backslash Continuation                Jewett
  SR 3126  Remove Implicit String Concatenation         Jewett

Modified: peps/trunk/pep-3123.txt
==============================================================================
--- peps/trunk/pep-3123.txt	(original)
+++ peps/trunk/pep-3123.txt	Sun Jul 29 19:17:45 2007
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: Martin von Löwis <martin at v.loewis.de>
-Status: Accepted
+Status: Final
 Type: Standards Track
 Content-Type: text/x-rst
 Created: 27-Apr-2007


More information about the Python-checkins mailing list