diff --git a/pep-0000.txt b/pep-0000.txt index e5761f8b2..db1229cba 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -31,13 +31,15 @@ Index by Category Active PEPs (under serious consideration for Python 2.1 - even if empty) I 42 pep-0042.txt Small Feature Requests Hylton - S 207 pep-0207.txt Rich Comparisons Zadka, Lemburg - S 208 pep-0208.txt Reworking the Coercion Model Ascher + SD 205 pep-0205.txt Weak References Drake + S 207 pep-0207.txt Rich Comparisons Lemburg + S 208 pep-0208.txt Reworking the Coercion Model Ascher, Zadka S 217 pep-0217.txt Display Hook for Interactive Use Zadka S 222 pep-0222.txt Web Library Enhancements Kuchling I 226 pep-0226.txt Python 2.1 Release Schedule Hylton S 227 pep-0227.txt Statically Nested Scopes Hylton S 229 pep-0229.txt Using Distutils to Build Python Kuchling + I 216 pep-0216.txt Docstring Format Zadka Pie-in-the-sky PEPs (not ready; may become active yet) @@ -45,14 +47,13 @@ Index by Category SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson SD 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp SD 213 pep-0213.txt Attribute Access Handlers Prescod + SD 218 pep-0218.txt Adding a Built-In Set Object Type Wilson SD 224 pep-0224.txt Attribute Docstrings Lemburg SD 225 pep-0225.txt Elementwise/Objectwise Operators Zhu, Lielens S 228 pep-0228.txt Reworking Python's Numeric Model Zadka Incomplete PEPs (only an abstract) - SD 205 pep-0205.txt Weak References Drake - SD 218 pep-0218.txt Adding a Built-In Set Object Type Wilson SD 219 pep-0219.txt Stackless Python McMillan I 220 pep-0220.txt Coroutines, Generators, Continuations McMillan @@ -61,7 +62,6 @@ Index by Category SD 209 pep-0209.txt Adding Multidimensional Arrays Ascher SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher SD 215 pep-0215.txt String Interpolation Yee - I 216 pep-0216.txt Docstring Format Zadka Finished PEPs (done, implemented) diff --git a/pep-0207.txt b/pep-0207.txt index d6556ea5c..2d217bc16 100644 --- a/pep-0207.txt +++ b/pep-0207.txt @@ -1,7 +1,7 @@ PEP: 207 Title: Rich Comparisions Version: $Revision$ -Owner: mal@lemburg.com (Marc-Andre Lemburg), pep@zadka.site.co.il (Moshe Zadka) +Owner: mal@lemburg.com (Marc-Andre Lemburg) Python-Version: 2.1 Status: Incomplete diff --git a/pep-0208.txt b/pep-0208.txt index 0e17ef6b8..01b3c985e 100644 --- a/pep-0208.txt +++ b/pep-0208.txt @@ -1,7 +1,7 @@ PEP: 208 Title: Reworking the Coercion Model Version: $Revision$ -Owner: davida@activestate.com (David Ascher) +Owner: davida@activestate.com (David Ascher), pep@zadka.site.co.il (Moshe Zadka) Python-Version: 2.1 Status: Incomplete