[Python-checkins] CVS: python/nondist/peps pep-0009.txt,1.1,1.2

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 15 Aug 2001 08:28:59 -0700


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

Modified Files:
	pep-0009.txt 
Log Message:
A little bit of clarity and reorg.


Index: pep-0009.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0009.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pep-0009.txt	2001/08/14 23:58:54	1.1
--- pep-0009.txt	2001/08/15 15:28:57	1.2
***************
*** 25,34 ****
      form.
  
  
  How to Use This Template for Standard Track PEPs
  
!     First, decide if your PEP is going to be Informational or
!     Standards Track.  Most PEPs are Standards Track; if yours is, then
!     make a copy of this file and perform the following edits:
  
      - replace the "PEP: 9" header with "PEP: XXX" since you don't yet
--- 25,41 ----
      form.
  
+     To use this template you must first decide whether your PEP is
+     going to be Informational or Standards Track.  Most PEPs are
+     Standards Track because they propose a new feature for the Python
+     language or standard library.  When in doubt, read PEP 1 for
+     details.
+ 
+     Once you've decided which type of PEP yours is going to be, follow
+     the directions in the appropriate section below.
  
+ 
  How to Use This Template for Standard Track PEPs
  
!     - Make a copy of this file and perform the following edits.
  
      - replace the "PEP: 9" header with "PEP: XXX" since you don't yet
***************
*** 108,113 ****
  How to Use This Template for Informational PEPs
  
!     If your PEP is an Information PEP, make a copy of this file and
!     perform the following edits:
  
      - replace the "PEP: 9" header with "PEP: XXX" since you don't yet
--- 115,119 ----
  How to Use This Template for Informational PEPs
  
!     - Make a copy of this file and perform the following edits.
  
      - replace the "PEP: 9" header with "PEP: XXX" since you don't yet