[Python-checkins] r55234 - peps/trunk/pep-0000.txt peps/trunk/pep-3120.txt peps/trunk/pep-3121.txt peps/trunk/pep-3123.txt
guido.van.rossum
python-checkins at python.org
Fri May 11 00:33:44 CEST 2007
Author: guido.van.rossum
Date: Fri May 11 00:33:40 2007
New Revision: 55234
Modified:
peps/trunk/pep-0000.txt
peps/trunk/pep-3120.txt
peps/trunk/pep-3121.txt
peps/trunk/pep-3123.txt
Log:
Accept PEPs 3120 (UTF-8 default source encoding), 3121 (extension
initialization and finalization) and 3123 (PyObject_HEAD vs. stdC).
Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt (original)
+++ peps/trunk/pep-0000.txt Fri May 11 00:33:40 2007
@@ -81,6 +81,9 @@
SA 3112 Bytes literals in Python 3000 Orendorff
SA 3113 Removal of Tuple Parameter Unpacking Cannon
SA 3115 Metaclasses in Python 3000 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 3129 Class Decorators Winter
Open PEPs (under consideration)
@@ -116,9 +119,6 @@
S 3116 New I/O Stutzbach, Verdone, GvR
S 3118 Revising the buffer protocol Oliphant, Banks
S 3119 Introducing Abstract Base Classes GvR, Talin
- S 3120 Using UTF-8 as the default source encoding von Löwis
- S 3121 Extension Module Initialization & Finalization von Löwis
- S 3123 Making PyObject_HEAD conform to standard C von Löwis
S 3124 Overloading, Generic Functions, Interfaces Eby
S 3127 Integer Literal Support and Syntax Maupin
S 3128 BList: A Faster List-like Type Stutzbach
@@ -489,10 +489,10 @@
SR 3117 Postfix Type Declarations Brandl
S 3118 Revising the buffer protocol Oliphant, Banks
S 3119 Introducing Abstract Base Classes GvR, Talin
- S 3120 Using UTF-8 as the default source encoding von Löwis
- S 3121 Extension Module Initialization & Finalization von Löwis
+ 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
- S 3123 Making PyObject_HEAD conform to standard C von Löwis
+ SA 3123 Making PyObject_HEAD conform to standard C von Löwis
S 3124 Overloading, Generic Functions, Interfaces Eby
SR 3125 Remove Backslash Continuation Jewett
SR 3126 Remove Implicit String Concatenation Jewett
Modified: peps/trunk/pep-3120.txt
==============================================================================
--- peps/trunk/pep-3120.txt (original)
+++ peps/trunk/pep-3120.txt Fri May 11 00:33:40 2007
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin at v.loewis.de>
-Status: Draft
+Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 15-Apr-2007
Modified: peps/trunk/pep-3121.txt
==============================================================================
--- peps/trunk/pep-3121.txt (original)
+++ peps/trunk/pep-3121.txt Fri May 11 00:33:40 2007
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin at v.loewis.de>
-Status: Draft
+Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 27-Apr-2007
Modified: peps/trunk/pep-3123.txt
==============================================================================
--- peps/trunk/pep-3123.txt (original)
+++ peps/trunk/pep-3123.txt Fri May 11 00:33:40 2007
@@ -3,7 +3,7 @@
Version: $Revision$
Last-Modified: $Date$
Author: Martin v. Löwis <martin at v.loewis.de>
-Status: Draft
+Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 27-Apr-2007
More information about the Python-checkins
mailing list