From 8943f419a945c3de29571069679c4aaae48c54d5 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 8 Aug 2000 02:31:25 +0000 Subject: [PATCH] PEP 2, Procedure for Adding New Modules, assigned to esr. --- pep-0002.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pep-0002.txt diff --git a/pep-0002.txt b/pep-0002.txt new file mode 100644 index 00000000000..ebe11655ba1 --- /dev/null +++ b/pep-0002.txt @@ -0,0 +1,22 @@ +PEP: 2 +Title: Procedure for Adding New Modules +Version: $Revision$ +Author: esr@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: