Added PEP 216, Docstring Format, assigned to Moshe Zadka

This commit is contained in:
Barry Warsaw 2000-07-31 15:06:47 +00:00
parent 518c118b39
commit 208ff7b554
1 changed files with 2 additions and 1 deletions

View File

@ -4,13 +4,13 @@ Version: $Revision$
Owner: bwarsaw@beopen.com (Barry A. Warsaw) Owner: bwarsaw@beopen.com (Barry A. Warsaw)
Status: Active Status: Active
Introduction Introduction
The PEP contains the index of all Python Enhancement Proposals, The PEP contains the index of all Python Enhancement Proposals,
known as PEPs. PEP numbers are assigned by the PEP Editor, and known as PEPs. PEP numbers are assigned by the PEP Editor, and
once assigned are never changed. once assigned are never changed.
Index Index
num filename title owner num filename title owner
@ -36,6 +36,7 @@ Index
213 pep-0213.txt Attribute Access Handlers prescod 213 pep-0213.txt Attribute Access Handlers prescod
214 pep-0214.txt Extended Print Statement bwarsaw 214 pep-0214.txt Extended Print Statement bwarsaw
215 pep-0215.txt String Interpolation ping 215 pep-0215.txt String Interpolation ping
216 pep-0216.txt Docstring Format moshez