[Python-checkins] python/nondist/peps pep-0000.txt,1.200,1.201 pep-0001.txt,1.36,1.37 pep-0009.txt,1.7,1.8

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 30 Jul 2002 09:23:17 -0700


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

Modified Files:
	pep-0000.txt pep-0001.txt pep-0009.txt 
Log Message:
Based on feedback inspired by Francois Pinard, we're changing the
format of the Author: header to be "Random J. User <address@dom.ain>"

Update PEP 1 style guidelines.

Updated PEP 9 template.

Updated PEP 0 as an example.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.200
retrieving revision 1.201
diff -C2 -d -r1.200 -r1.201
*** pep-0000.txt	29 Jul 2002 18:23:02 -0000	1.200
--- pep-0000.txt	30 Jul 2002 16:23:15 -0000	1.201
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry@zope.com (Barry A. Warsaw)
  Status: Active
  Type: Informational
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: Barry A. Warsaw <barry@zope.com>
  Status: Active
  Type: Informational

Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** pep-0001.txt	29 Jul 2002 18:34:59 -0000	1.36
--- pep-0001.txt	30 Jul 2002 16:23:15 -0000	1.37
***************
*** 224,232 ****
        * Replaced-By: <pep number>
  
!     The Author: header lists the names and optionally, the email
      addresses of all the authors/owners of the PEP.  The format of the
!     author entry should be
  
!         address@dom.ain (Random J. User)
  
      if the email address is included, and just
--- 224,232 ----
        * Replaced-By: <pep number>
  
!     The Author: header lists the names, and optionally the email
      addresses of all the authors/owners of the PEP.  The format of the
!     author entry must be
  
!         Random J. User <address@dom.ain>
  
      if the email address is included, and just
***************
*** 234,241 ****
          Random J. User
  
!     if the address is not given.  If there are multiple authors, each
!     should be on a separate line following RFC 822 continuation line
!     conventions.  Note that personal email addresses in PEPs will be
!     obscured as a defense against spam harvesters.
  
      Standards track PEPs must have a Python-Version: header which
--- 234,246 ----
          Random J. User
  
!     if the address is not given.  For historical reasons the format
!     "address@dom.ain (Random J. User)" may appear in a PEP, however
!     new PEPs must use the mandated format above, and it is acceptable
!     to change this format when PEPs are updated.
! 
!     If there are multiple authors, each should be on a separate line
!     following RFC 2822 continuation line conventions.  Note that
!     personal email addresses in PEPs will be obscured as a defense
!     against spam harvesters.
  
      Standards track PEPs must have a Python-Version: header which

Index: pep-0009.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0009.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pep-0009.txt	1 Apr 2002 15:59:19 -0000	1.7
--- pep-0009.txt	30 Jul 2002 16:23:15 -0000	1.8
***************
*** 3,7 ****
  Version: $Revision$
  Last-Modified: $Date$
! Author: barry@zope.com (Barry A. Warsaw)
  Status: Active
  Type: Informational
--- 3,7 ----
  Version: $Revision$
  Last-Modified: $Date$
! Author: Barry A. Warsaw <barry@zope.com>
  Status: Active
  Type: Informational
***************
*** 54,62 ****
        care of those when we check your PEP into CVS.
  
!     - Change the Author: header to include your email address and
!       name.  Be sure to follow the format carefully: your email
!       address must appear first, and it must not be contained in
!       angle brackets.  Your full name must appear second and it
!       must appear in parentheses.
  
      - If there is a mailing list for discussion of your new feature,
--- 54,62 ----
        care of those when we check your PEP into CVS.
  
!     - Change the Author: header to include your name, and optionally
!       your email address.  Be sure to follow the format carefully:
!       your name must appear first, and it must not be contained in
!       parentheses.  Your email address may appear second (it can also
!       be omitted) and if it appears, it must appear in angle brackets.
  
      - If there is a mailing list for discussion of your new feature,