From 518c118b397e1be1e03bb333368244bd6ee54b98 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Mon, 31 Jul 2000 15:05:19 +0000 Subject: [PATCH] PEP 216, Docstring Format, assigned to Moshe Zadka --- pep-0216.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 pep-0216.txt diff --git a/pep-0216.txt b/pep-0216.txt new file mode 100644 index 000000000..75eae8038 --- /dev/null +++ b/pep-0216.txt @@ -0,0 +1,14 @@ +PEP: 216 +Title: Docstring Format +Version: $Revision$ +Owner: moshez@math.huji.ac.il (Moshe Zadka) +Python-Version: 2.x +Status: Draft + + + + +Local Variables: +mode: indented-text +indent-tabs-mode: nil +End: