From 208ff7b554285b652b19ecb3937ef6de6769a72d Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 31 Jul 2000 15:06:47 +0000 Subject: [PATCH] Added PEP 216, Docstring Format, assigned to Moshe Zadka --- pep-0000.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pep-0000.txt b/pep-0000.txt index 57bdaf33f..c07fdc496 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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