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

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 28 Mar 2001 12:06:13 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv4743

Modified Files:
	pep-0001.txt 
Log Message:
Added Requires: header.


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** pep-0001.txt	2001/03/28 19:52:13	1.18
--- pep-0001.txt	2001/03/28 20:06:10	1.19
***************
*** 185,188 ****
--- 185,189 ----
          Status: <Draft | Active | Accepted | Deferred | Final | Replaced>
          Type: <Informational | Standards Track>
+       * Requires: <pep numbers>
          Created: <date created on, in dd-mmm-yyyy format>
        * Python-Version: <version number>
***************
*** 201,204 ****
--- 202,208 ----
      the author, or on the python-list or python-dev email mailing
      lists.
+ 
+     PEPs may have a Requires: header, indicating the PEP numbers that
+     this PEP depends on.
  
      PEPs may also have a Replaced-By: header indicating that a PEP has