Demoted 216 (docstring format) and 229 (using distutils to build) to
pie-in-the-sky. Reasons: 216 is NOT the consensus of the doc-sig; 229 is not sufficiently worked out and doesn't seem a priority. (This can still make it into 2.1 if the author does the work.) Added GvR as co-author for 207 (rich comparisons).
This commit is contained in:
parent
cde16673c5
commit
087ce4a2df
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue