diff --git a/pep-0000.txt b/pep-0000.txt index db1229cba..4e4995960 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -32,14 +32,12 @@ Index by Category I 42 pep-0042.txt Small Feature Requests Hylton SD 205 pep-0205.txt Weak References Drake - S 207 pep-0207.txt Rich Comparisons Lemburg + S 207 pep-0207.txt Rich Comparisons Lemburg, van Rossum 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) @@ -47,10 +45,12 @@ 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 + I 216 pep-0216.txt Docstring Format Zadka 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 + S 229 pep-0229.txt Using Distutils to Build Python Kuchling Incomplete PEPs (only an abstract) @@ -150,6 +150,7 @@ Owners Peters, Tim tim@digicool.com Prescod, Paul paul@prescod.net Raymond, Eric esr@snark.thyrsus.com + van Rossum, Guido guido@python.org Schneider-Kamp, Peter nownder@nowonder.de Warsaw, Barry barry@digicool.com Wilson, Greg gvwilson@nevex.com diff --git a/pep-0207.txt b/pep-0207.txt index 2d217bc16..b7bb3c1f3 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) +Owner: mal@lemburg.com (Marc-Andre Lemburg), guido@python.org (Guido van Rossum) Python-Version: 2.1 Status: Incomplete