Mark PEP 3123 final.
This commit is contained in:
parent
7c4a43e252
commit
aa473132f2
|
@ -81,7 +81,6 @@ Index by Category
|
|||
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 @@ Index by Category
|
|||
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 @@ Numerical Index
|
|||
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
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Making PyObject_HEAD conform to standard C
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Martin von Löwis <martin@v.loewis.de>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 27-Apr-2007
|
||||
|
|
Loading…
Reference in New Issue