Skip to content

Commit

Permalink
Update status; fix Zadka's co-ownership of 207/208.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Nov 28, 2000
1 parent 5f1f83c commit cde1667
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions pep-0000.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,28 +31,29 @@ 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)

I 206 pep-0206.txt 2.0 Batteries Included Zadka
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

Expand All @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion pep-0207.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion pep-0208.txt
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit cde1667

Please sign in to comment.