Reject long-standing empty PEPs. Also allows for the removal of the empty PEP
section from the categorical index.
This commit is contained in:
parent
92f50dc3ec
commit
5edb2fcc07
11
pep-0000.txt
11
pep-0000.txt
|
@ -178,22 +178,19 @@ Index by Category
|
||||||
SF 3129 Class Decorators Winter
|
SF 3129 Class Decorators Winter
|
||||||
SF 3132 Extended Iterable Unpacking Brandl
|
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
|
Deferred, Abandoned, Withdrawn, and Rejected PEPs
|
||||||
|
|
||||||
SR 204 Range Literals Wouters
|
SR 204 Range Literals Wouters
|
||||||
IW 206 Python Advanced Library Kuchling
|
IW 206 Python Advanced Library Kuchling
|
||||||
SW 209 Adding Multidimensional Arrays Barrett, Oliphant
|
SW 209 Adding Multidimensional Arrays Barrett, Oliphant
|
||||||
|
SR 210 Decoupling the Interpreter Loop Ascher
|
||||||
SD 211 Adding A New Outer Product Operator Wilson
|
SD 211 Adding A New Outer Product Operator Wilson
|
||||||
SD 212 Loop Counter Iteration Schneider-Kamp
|
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||||
SD 213 Attribute Access Handlers Prescod
|
SD 213 Attribute Access Handlers Prescod
|
||||||
SR 215 String Interpolation Yee
|
SR 215 String Interpolation Yee
|
||||||
IR 216 Docstring Format Zadka
|
IR 216 Docstring Format Zadka
|
||||||
SD 219 Stackless Python McMillan
|
SD 219 Stackless Python McMillan
|
||||||
|
IR 220 Coroutines, Generators, Continuations McMillan
|
||||||
SD 222 Web Library Enhancements Kuchling
|
SD 222 Web Library Enhancements Kuchling
|
||||||
SR 224 Attribute Docstrings Lemburg
|
SR 224 Attribute Docstrings Lemburg
|
||||||
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
SD 225 Elementwise/Objectwise Operators Zhu, Lielens
|
||||||
|
@ -309,7 +306,7 @@ Numerical Index
|
||||||
SF 207 Rich Comparisons GvR, Ascher
|
SF 207 Rich Comparisons GvR, Ascher
|
||||||
SF 208 Reworking the Coercion Model Schemenauer, Lemburg
|
SF 208 Reworking the Coercion Model Schemenauer, Lemburg
|
||||||
SW 209 Adding Multidimensional Arrays Barrett, Oliphant
|
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 211 Adding A New Outer Product Operator Wilson
|
||||||
SD 212 Loop Counter Iteration Schneider-Kamp
|
SD 212 Loop Counter Iteration Schneider-Kamp
|
||||||
SD 213 Attribute Access Handlers Prescod
|
SD 213 Attribute Access Handlers Prescod
|
||||||
|
@ -319,7 +316,7 @@ Numerical Index
|
||||||
SF 217 Display Hook for Interactive Use Zadka
|
SF 217 Display Hook for Interactive Use Zadka
|
||||||
SF 218 Adding a Built-In Set Object Type Wilson, Hettinger
|
SF 218 Adding a Built-In Set Object Type Wilson, Hettinger
|
||||||
SD 219 Stackless Python McMillan
|
SD 219 Stackless Python McMillan
|
||||||
ID 220 Coroutines, Generators, Continuations McMillan
|
IR 220 Coroutines, Generators, Continuations McMillan
|
||||||
SF 221 Import As Wouters
|
SF 221 Import As Wouters
|
||||||
SD 222 Web Library Enhancements Kuchling
|
SD 222 Web Library Enhancements Kuchling
|
||||||
SF 223 Change the Meaning of \x Escapes Peters
|
SF 223 Change the Meaning of \x Escapes Peters
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Decoupling the Interpreter Loop
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: davida@activestate.com (David Ascher)
|
Author: davida@activestate.com (David Ascher)
|
||||||
Status: Deferred
|
Status: Rejected
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Python-Version: 2.1
|
Python-Version: 2.1
|
||||||
Created: 15-Jul-2000
|
Created: 15-Jul-2000
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Coroutines, Generators, Continuations
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: gmcm@hypernet.com (Gordon McMillan)
|
Author: gmcm@hypernet.com (Gordon McMillan)
|
||||||
Status: Active
|
Status: Rejected
|
||||||
Type: Informational
|
Type: Informational
|
||||||
Created: 14-Aug-2000
|
Created: 14-Aug-2000
|
||||||
Post-History:
|
Post-History:
|
||||||
|
|
Loading…
Reference in New Issue