diff --git a/pep-0000.txt b/pep-0000.txt index 544483099..10782bdc2 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -31,7 +31,7 @@ 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 Ascher + S 207 pep-0207.txt Rich Comparisons Zadka, Lemburg S 208 pep-0208.txt Reworking the Coercion Model Ascher S 217 pep-0217.txt Display Hook for Interactive Use Zadka S 222 pep-0222.txt Web Library Enhancements Kuchling @@ -99,7 +99,7 @@ Numerical Index SR 204 pep-0204.txt Range Literals Wouters SD 205 pep-0205.txt Weak References Drake I 206 pep-0206.txt 2.0 Batteries Included Zadka - S 207 pep-0207.txt Rich Comparisons Ascher + S 207 pep-0207.txt Rich Comparisons Zadka, Lemburg S 208 pep-0208.txt Reworking the Coercion Model Ascher SD 209 pep-0209.txt Adding Multidimensional Arrays Ascher SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher diff --git a/pep-0207.txt b/pep-0207.txt index f4eeb2f58..d6556ea5c 100644 --- a/pep-0207.txt +++ b/pep-0207.txt @@ -1,7 +1,7 @@ PEP: 207 Title: Rich Comparisions Version: $Revision$ -Owner: davida@activestate.com (David Ascher) +Owner: mal@lemburg.com (Marc-Andre Lemburg), pep@zadka.site.co.il (Moshe Zadka) Python-Version: 2.1 Status: Incomplete