[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.19,1.20

Barry Warsaw python-dev@python.org
Mon, 7 Aug 2000 19:30:27 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20545

Modified Files:
	pep-0000.txt 
Log Message:
PEP 2 added.

Conform headers to PEP 1.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -r1.19 -r1.20
*** pep-0000.txt	2000/08/03 15:42:42	1.19
--- pep-0000.txt	2000/08/08 02:30:24	1.20
***************
*** 2,7 ****
  Title: Index of Python Enhancement Proposals (PEPs)
  Version: $Revision$
! Owner: bwarsaw@beopen.com (Barry A. Warsaw)
  Status: Active
  
  Introduction
--- 2,10 ----
  Title: Index of Python Enhancement Proposals (PEPs)
  Version: $Revision$
! Author: bwarsaw@beopen.com (Barry A. Warsaw)
  Status: Active
+ Type: Informational
+ Created: 13-Jul-2000
+ Post-History:
  
  Introduction
***************
*** 18,21 ****
--- 21,25 ----
         0  pep-0000.txt  Index of Python Enhance Proposals    bwarsaw
         1  pep-0001.txt  PEP Guidelines                       bwarsaw, jhylton
+        2  pep-0002.txt  Procedure for Adding New Modules     esr
  
       160  pep-0160.txt  Python 1.6 Release Schedule          fdrake