Added PEP 216, Docstring Format, assigned to Moshe Zadka
This commit is contained in:
parent
518c118b39
commit
208ff7b554
|
@ -4,13 +4,13 @@ Version: $Revision$
|
|||
Owner: bwarsaw@beopen.com (Barry A. Warsaw)
|
||||
Status: Active
|
||||
|
||||
|
||||
Introduction
|
||||
|
||||
The PEP contains the index of all Python Enhancement Proposals,
|
||||
known as PEPs. PEP numbers are assigned by the PEP Editor, and
|
||||
once assigned are never changed.
|
||||
|
||||
|
||||
Index
|
||||
|
||||
num filename title owner
|
||||
|
@ -36,6 +36,7 @@ Index
|
|||
213 pep-0213.txt Attribute Access Handlers prescod
|
||||
214 pep-0214.txt Extended Print Statement bwarsaw
|
||||
215 pep-0215.txt String Interpolation ping
|
||||
216 pep-0216.txt Docstring Format moshez
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue