[Python-checkins] peps: PEP 2, Procedure for Adding New Modules, assigned to esr.

georg.brandl python-checkins at python.org
Wed Mar 23 21:24:29 CET 2011


http://hg.python.org/peps/rev/f88c24df2000
changeset:   82:f88c24df2000
user:        Barry Warsaw <barry at python.org>
date:        Tue Aug 08 02:31:25 2000 +0000
summary:
  PEP 2, Procedure for Adding New Modules, assigned to esr.

files:
  pep-0002.txt |  22 ++++++++++++++++++++++
  1 files changed, 22 insertions(+), 0 deletions(-)


diff --git a/pep-0002.txt b/pep-0002.txt
new file mode 100644
--- /dev/null
+++ b/pep-0002.txt
@@ -0,0 +1,22 @@
+PEP: 2
+Title: Procedure for Adding New Modules
+Version: $Revision$
+Author: esr at snark.thyrsus.com (Eric S. Raymond)
+Status: Draft
+Type: Informational
+Created: 07-Aug-2000
+Post-History:
+
+
+Abstract
+
+    This PEP will describes review and voting procedures for
+    incorporating candidate modules and extensions into the Python
+    core.
+
+
+
+Local Variables:
+mode: indented-text
+indent-tabs-mode: nil
+End:

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list