From aa473132f2667cd083cecdf1ad191126a1d36e9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 29 Jul 2007 17:17:45 +0000 Subject: [PATCH] Mark PEP 3123 final. --- pep-0000.txt | 4 ++-- pep-3123.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 139a4b082..6d82d3458 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-3123.txt b/pep-3123.txt index ae9856e2d..424287cee 100644 --- a/pep-3123.txt +++ b/pep-3123.txt @@ -3,7 +3,7 @@ Title: Making PyObject_HEAD conform to standard C Version: $Revision$ Last-Modified: $Date$ Author: Martin von Löwis -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Apr-2007