Moved 207, 208, 230 to Final status.

This commit is contained in:
Guido van Rossum 2001-01-19 22:31:48 +00:00
parent d515852375
commit 9139e173bf
1 changed files with 7 additions and 7 deletions

View File

@ -31,13 +31,10 @@ Index by Category
Active PEPs (under serious consideration for Python 2.1 - even if empty)
I 42 pep-0042.txt Small Feature Requests Hylton
SD 205 pep-0205.txt Weak References Drake
S 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
S 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
S 205 pep-0205.txt Weak References Drake
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
S 230 pep-0230.txt Warning Framework van Rossum
S 233 pep-0233.txt Python Online Help Prescod
Pie-in-the-sky PEPs (not ready; may become active yet)
@ -71,10 +68,13 @@ Index by Category
SF 201 pep-0201.txt Lockstep Iteration Warsaw
S 202 pep-0202.txt List Comprehensions Peters
SF 203 pep-0203.txt Augmented Assignments Wouters
SF 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
SF 214 pep-0214.txt Extended Print Statement Warsaw
SF 217 pep-0217.txt Display Hook for Interactive Use Zadka
SF 221 pep-0221.txt Import As Wouters
SF 223 pep-0223.txt Change the Meaning of \x Escapes Peters
SF 230 pep-0230.txt Warning Framework van Rossum
SF 232 pep-0232.txt Function Attributes Warsaw
Rejected PEPs
@ -102,10 +102,10 @@ Numerical Index
S 202 pep-0202.txt List Comprehensions Peters
SF 203 pep-0203.txt Augmented Assignments Wouters
SR 204 pep-0204.txt Range Literals Wouters
SD 205 pep-0205.txt Weak References Drake
S 205 pep-0205.txt Weak References Drake
I 206 pep-0206.txt 2.0 Batteries Included Zadka
S 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
S 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
SF 207 pep-0207.txt Rich Comparisons van Rossum, Ascher
SF 208 pep-0208.txt Reworking the Coercion Model Schemenauer, Lemburg
SD 209 pep-0209.txt Adding Multidimensional Arrays Ascher
SD 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
SD 211 pep-0211.txt Adding New Linear Algebra Operators Wilson