[Python-checkins] r55096 - peps/trunk/pep-0000.txt
david.goodger
python-checkins at python.org
Thu May 3 17:31:12 CEST 2007
Author: david.goodger
Date: Thu May 3 17:31:10 2007
New Revision: 55096
Modified:
peps/trunk/pep-0000.txt
Log:
updated title per r55088
Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt (original)
+++ peps/trunk/pep-0000.txt Thu May 3 17:31:10 2007
@@ -117,7 +117,7 @@
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 Module Initialization and finalization 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 3125 Remove Backslash Continuation Jewett
@@ -490,7 +490,7 @@
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 Module Initialization and finalization von Löwis
+ S 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
S 3124 Overloading, Generic Functions, Interfaces Eby
More information about the Python-checkins
mailing list