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

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 15:48:17 -0700


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

Modified Files:
	pep-0001.txt 
Log Message:
Clarification on when and how to report PEP bugs and updates.


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** pep-0001.txt	2001/08/14 22:04:52	1.25
--- pep-0001.txt	2001/08/14 22:48:14	1.26
***************
*** 280,286 ****
  Reporting PEP Bugs, or Submitting PEP Updates
  
!     Please use the SourceForge bug manager[6] if you want to report
!     problems with PEPs, or better yet, the SourceForge patch
!     manager[2] for submitting patches to PEPs.
  
  
--- 280,296 ----
  Reporting PEP Bugs, or Submitting PEP Updates
  
!     How you report a bug, or submit a PEP update depends on several
!     factors, such as the maturity of the PEP, the preferences of the
!     PEP author, and the nature of your comments.  For the early draft
!     stages of the PEP, it's probably best to send your comments and
!     changes directly to the PEP author.  For more mature, or finished
!     PEPs you may want to submit corrections to the SourceForge bug
!     manager[6] or better yet, the SourceForge patch manager[2] so that
!     your changes don't get lost.  If the PEP author is a SF developer,
!     assign the bug/patch to him, otherwise assign it to the PEP
!     editor.
! 
!     When in doubt about where to send your changes, please check first
!     with the PEP author and/or PEP editor.