Get rid of the `Technical' PEP category. PEPs are either Standards
Track or Informational. PEP 211 and 219 become Standards Track. PEP 212 is hijacked, and renamed "Loop Counter Iteration". It is assigned to Peter Schneider-Kamp.
This commit is contained in:
parent
9ff57397c5
commit
fcada696a2
38
pep-0000.txt
38
pep-0000.txt
|
@ -35,15 +35,15 @@ Index
|
|||
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
|
||||
T 211 pep-0211.txt Adding New Linear Algebra Operators Wilson
|
||||
S 212 pep-0212.txt Additional Builtin Generators Warsaw
|
||||
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
|
||||
SA 214 pep-0214.txt Extended Print Statement Warsaw
|
||||
S 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
|
||||
T 219 pep-0219.txt Stackless Python McMillan
|
||||
S 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
|
||||
|
@ -54,28 +54,28 @@ Key
|
|||
|
||||
I - Informational PEP
|
||||
S - Standards Track PEP
|
||||
T - Technical PEP
|
||||
A - Accepted proposal
|
||||
R - Rejected proposal
|
||||
|
||||
|
||||
Owners
|
||||
|
||||
name email address
|
||||
---------------- -------------
|
||||
Ascher, David davida@activestate.com
|
||||
Drake, Fred fdrake@beopen.com
|
||||
Hylton, Jeremy jeremy@beopen.com
|
||||
Kuchling, Andrew akuchlin@mems-exchange.org
|
||||
McMillan, Gordon gmcm@hypernet.com
|
||||
Peters, Tim tpeters@beopen.com
|
||||
Prescod, Paul paul@prescod.net
|
||||
Raymond, Eric esr@snark.thyrsus.com
|
||||
Warsaw, Barry bwarsaw@beopen.com
|
||||
Wilson, Greg gvwilson@nevex.com
|
||||
Wouters, Thomas thomas@xs4all.net
|
||||
Yee, Ka-Ping ping@lfw.org
|
||||
Zadka, Moshe moshez@math.huji.ac.il
|
||||
name email address
|
||||
---------------- -------------
|
||||
Ascher, David davida@activestate.com
|
||||
Drake, Fred fdrake@beopen.com
|
||||
Hylton, Jeremy jeremy@beopen.com
|
||||
Kuchling, Andrew akuchlin@mems-exchange.org
|
||||
McMillan, Gordon gmcm@hypernet.com
|
||||
Peters, Tim tpeters@beopen.com
|
||||
Prescod, Paul paul@prescod.net
|
||||
Raymond, Eric esr@snark.thyrsus.com
|
||||
Schneider-Kamp, Peter nownder@nowonder.de
|
||||
Warsaw, Barry bwarsaw@beopen.com
|
||||
Wilson, Greg gvwilson@nevex.com
|
||||
Wouters, Thomas thomas@xs4all.net
|
||||
Yee, Ka-Ping ping@lfw.org
|
||||
Zadka, Moshe moshez@math.huji.ac.il
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue