Added the `D'eferred flag, and marked as deferred all standards track

PEPs pushed back past 2.0: 205, 207-213, 215, 217-219, 222.
This commit is contained in:
Barry Warsaw 2000-08-23 05:09:57 +00:00
parent 1a3d71472f
commit 3c6d5f4f5b
1 changed files with 14 additions and 13 deletions

View File

@ -29,24 +29,24 @@ Index
S 202 pep-0202.txt List Comprehensions Peters
S 203 pep-0203.txt Augmented Assignments Wouters
S 204 pep-0204.txt Range Literals Wouters
S 205 pep-0205.txt Weak References Drake
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 208 pep-0208.txt Reworking the Coercion Model Ascher
S 209 pep-0209.txt Adding Multidimensional Arrays Ascher
S 210 pep-0210.txt Decoupling the Interpreter Loop Ascher
S 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
S 212 pep-0212.txt Loop Counter Iteration Schneider-Kamp
S 213 pep-0213.txt Attribute Access Handlers Prescod
SD 207 pep-0207.txt Rich Comparisons Ascher
SD 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
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
SA 214 pep-0214.txt Extended Print Statement Warsaw
S 215 pep-0215.txt String Interpolation Yee
SD 215 pep-0215.txt String Interpolation Yee
I 216 pep-0216.txt Docstring Format Zadka
S 217 pep-0217.txt Display Hook for Interactive Use Zadka
S 218 pep-0218.txt Adding a Built-In Set Object Type Wilson
S 219 pep-0219.txt Stackless Python McMillan
SD 217 pep-0217.txt Display Hook for Interactive Use Zadka
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
SA 221 pep-0221.txt Import As Wouters
S 222 pep-0222.txt Web Library Enhancements Kuchling
SD 222 pep-0222.txt Web Library Enhancements Kuchling
S 223 pep-0223.txt Change the Meaning of \x Escapes Peters
@ -56,6 +56,7 @@ Key
S - Standards Track PEP
A - Accepted proposal
R - Rejected proposal
D - Deferred proposal
Owners