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

goodger at users.sourceforge.net goodger at users.sourceforge.net
Fri Jul 16 21:27:26 CEST 2004


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

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.43
retrieving revision 1.44
diff -C2 -d -r1.43 -r1.44
*** pep-0001.txt	7 May 2003 00:03:13 -0000	1.43
--- pep-0001.txt	16 Jul 2004 19:27:23 -0000	1.44
***************
*** 60,67 ****
  appropriate forums, and attempts to build community consensus around
  the idea.  The PEP champion (a.k.a. Author) should first attempt to
! ascertain whether the idea is PEP-able.  Small enhancements or patches
! often don't need a PEP and can be injected into the Python development
! work flow with a patch submission to the SourceForge `patch manager`_
! or `feature request tracker`_.
  
  The PEP champion then emails the PEP editor <peps at python.org> with a
--- 60,69 ----
  appropriate forums, and attempts to build community consensus around
  the idea.  The PEP champion (a.k.a. Author) should first attempt to
! ascertain whether the idea is PEP-able.  Posting to the
! comp.lang.python newsgroup (a.k.a. python-list at python.org mailing
! list) is recommended.  Small enhancements or patches often don't need
! a PEP and can be injected into the Python development work flow with a
! patch submission to the SourceForge `patch manager`_ or `feature
! request tracker`_.
  
  The PEP champion then emails the PEP editor <peps at python.org> with a



More information about the Python-checkins mailing list