[Python-checkins] python/nondist/peps pep-0001.txt,1.38,1.39

goodger@users.sourceforge.net goodger@users.sourceforge.net
Tue, 05 Nov 2002 21:38:58 -0800


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

Modified Files:
	pep-0001.txt 
Log Message:
updated

Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** pep-0001.txt	26 Aug 2002 16:19:25 -0000	1.38
--- pep-0001.txt	6 Nov 2002 05:38:56 -0000	1.39
***************
*** 43,48 ****
  PEP Work Flow
  
!     The PEP editor, Barry Warsaw <peps@python.org>, assigns numbers
!     for each PEP and changes its status.
  
      The PEP process begins with a new idea for Python.  It is highly
--- 43,49 ----
  PEP Work Flow
  
!     The PEP editors assign PEP numbers and change their status.  The
!     current PEP editors are David Goodger and Barry Warsaw.  Please
!     send all PEP-related email to <peps@python.org>.
  
      The PEP process begins with a new idea for Python.  It is highly
***************
*** 232,236 ****
          Author: <list of authors' real names and optionally, email addrs>
        * Discussions-To: <email address>
!         Status: <Draft | Active | Accepted | Deferred | Final | Replaced>
          Type: <Informational | Standards Track>
        * Content-Type: <text/plain | text/x-rst>
--- 233,238 ----
          Author: <list of authors' real names and optionally, email addrs>
        * Discussions-To: <email address>
!         Status: <Draft | Active | Accepted | Deferred | Rejected |
!                  Final | Replaced>
          Type: <Informational | Standards Track>
        * Content-Type: <text/plain | text/x-rst>