diff --git a/pep-0000.txt b/pep-0000.txt index a364bf4f1..3aa0a6d2b 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -178,22 +178,19 @@ Index by Category SF 3129 Class Decorators Winter SF 3132 Extended Iterable Unpacking Brandl - Empty PEPs (or containing only an abstract) - - SD 210 Decoupling the Interpreter Loop Ascher - ID 220 Coroutines, Generators, Continuations McMillan - Deferred, Abandoned, Withdrawn, and Rejected PEPs SR 204 Range Literals Wouters IW 206 Python Advanced Library Kuchling SW 209 Adding Multidimensional Arrays Barrett, Oliphant + SR 210 Decoupling the Interpreter Loop Ascher SD 211 Adding A New Outer Product Operator Wilson SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod SR 215 String Interpolation Yee IR 216 Docstring Format Zadka SD 219 Stackless Python McMillan + IR 220 Coroutines, Generators, Continuations McMillan SD 222 Web Library Enhancements Kuchling SR 224 Attribute Docstrings Lemburg SD 225 Elementwise/Objectwise Operators Zhu, Lielens @@ -309,7 +306,7 @@ Numerical Index SF 207 Rich Comparisons GvR, Ascher SF 208 Reworking the Coercion Model Schemenauer, Lemburg SW 209 Adding Multidimensional Arrays Barrett, Oliphant - SD 210 Decoupling the Interpreter Loop Ascher + SR 210 Decoupling the Interpreter Loop Ascher SD 211 Adding A New Outer Product Operator Wilson SD 212 Loop Counter Iteration Schneider-Kamp SD 213 Attribute Access Handlers Prescod @@ -319,7 +316,7 @@ Numerical Index SF 217 Display Hook for Interactive Use Zadka SF 218 Adding a Built-In Set Object Type Wilson, Hettinger SD 219 Stackless Python McMillan - ID 220 Coroutines, Generators, Continuations McMillan + IR 220 Coroutines, Generators, Continuations McMillan SF 221 Import As Wouters SD 222 Web Library Enhancements Kuchling SF 223 Change the Meaning of \x Escapes Peters diff --git a/pep-0210.txt b/pep-0210.txt index 3de5da1e3..8210f5389 100644 --- a/pep-0210.txt +++ b/pep-0210.txt @@ -3,7 +3,7 @@ Title: Decoupling the Interpreter Loop Version: $Revision$ Last-Modified: $Date$ Author: davida@activestate.com (David Ascher) -Status: Deferred +Status: Rejected Type: Standards Track Python-Version: 2.1 Created: 15-Jul-2000 diff --git a/pep-0220.txt b/pep-0220.txt index 10402e24f..40e2a0b13 100644 --- a/pep-0220.txt +++ b/pep-0220.txt @@ -3,7 +3,7 @@ Title: Coroutines, Generators, Continuations Version: $Revision$ Last-Modified: $Date$ Author: gmcm@hypernet.com (Gordon McMillan) -Status: Active +Status: Rejected Type: Informational Created: 14-Aug-2000 Post-History: