[Python-checkins] peps: Added PEP 216, Docstring Format, assigned to Moshe Zadka (original) (raw)
georg.brandl python-checkins at python.org
Wed Mar 23 21:24:01 CET 2011
- Previous message: [Python-checkins] peps: PEP 216, Docstring Format, assigned to Moshe Zadka
- Next message: [Python-checkins] peps: Integrated many suggestions from c.l.py and others. Nothing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
http://hg.python.org/peps/rev/d6f63b81e0f8 changeset: 67:d6f63b81e0f8 user: Barry Warsaw <barry at python.org> date: Mon Jul 31 15:06:47 2000 +0000 summary: Added PEP 216, Docstring Format, assigned to Moshe Zadka
files: pep-0000.txt | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/pep-0000.txt b/pep-0000.txt --- a/pep-0000.txt +++ b/pep-0000.txt @@ -4,13 +4,13 @@ Owner: bwarsaw at 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 @@ 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
-- Repository URL: http://hg.python.org/peps
- Previous message: [Python-checkins] peps: PEP 216, Docstring Format, assigned to Moshe Zadka
- Next message: [Python-checkins] peps: Integrated many suggestions from c.l.py and others. Nothing
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]