[Python-checkins] python/nondist/peps pep-0001.txt,1.44,1.45

goodger at users.sourceforge.net goodger at users.sourceforge.net
Fri Aug 27 23:19:50 CEST 2004


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv544

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

Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -d -r1.44 -r1.45
--- pep-0001.txt	16 Jul 2004 19:27:23 -0000	1.44
+++ pep-0001.txt	27 Aug 2004 21:19:48 -0000	1.45
@@ -324,15 +324,16 @@
 directly to the PEP author.  For more mature, or finished PEPs you may
 want to submit corrections to the SourceForge `bug manager`_ or better
 yet, the SourceForge `patch manager`_ 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.
+lost.  If the PEP author is a SourceForge 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.
 
-PEP authors who are also SF committers, can update the PEPs themselves
-by using "cvs commit" to commit their changes.  Remember to also push
-the formatted PEP text out to the web by doing the following::
+PEP authors who are also Python/SourceForge committers can update the
+PEPs themselves by using "cvs commit" to commit their changes.  PEP
+authors with python.org access should also remember to push the
+formatted PEP text out to the web by doing the following::
 
     % python pep2html.py -i NUM
 



More information about the Python-checkins mailing list