Added the following PEPs:
S 256 pep-0256.txt Docstring Processing System Framework Goodger S 257 pep-0257.txt Docstring Conventions Goodger S 258 pep-0258.txt DPS Generic Implementation Details Goodger
This commit is contained in:
parent
ff682b330d
commit
67fa34c8aa
|
@ -57,6 +57,9 @@ Index by Category
|
|||
S 253 pep-0253.txt Subtyping Built-in Types van Rossum
|
||||
S 254 pep-0254.txt Making Classes Look More Like Types van Rossum
|
||||
S 255 pep-0255.txt Simple Generators Schemenauer, et al
|
||||
S 256 pep-0256.txt Docstring Processing System Framework Goodger
|
||||
S 257 pep-0257.txt Docstring Conventions Goodger
|
||||
S 258 pep-0258.txt DPS Generic Implementation Details Goodger
|
||||
|
||||
Py-in-the-sky PEPs (not ready; may become active yet)
|
||||
|
||||
|
@ -178,6 +181,9 @@ Numerical Index
|
|||
S 253 pep-0253.txt Subtyping Built-in Types van Rossum
|
||||
S 254 pep-0254.txt Making Classes Look More Like Types van Rossum
|
||||
S 255 pep-0255.txt Simple Generators Schemenauer, et al
|
||||
S 256 pep-0256.txt Docstring Processing System Framework Goodger
|
||||
S 257 pep-0257.txt Docstring Conventions Goodger
|
||||
S 258 pep-0258.txt DPS Generic Implementation Details Goodger
|
||||
|
||||
|
||||
Key
|
||||
|
@ -200,6 +206,7 @@ Owners
|
|||
Drake, Fred fdrake@acm.org
|
||||
Dubois, Paul F. paul@pfdubois.com
|
||||
Evans, Clark C. cce@clarkevans.com
|
||||
Goodger, David dgoodger@bigfoot.com
|
||||
Hylton, Jeremy jeremy@digicool.com
|
||||
Kuchling, Andrew akuchlin@mems-exchange.org
|
||||
Lemburg, Marc-Andre mal@lemburg.com
|
||||
|
|
Loading…
Reference in New Issue