[Python-checkins] python/nondist/peps pep-0001.txt,1.32,1.33

akuchling@sourceforge.net akuchling@sourceforge.net
Thu, 18 Apr 2002 12:19:38 -0700


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

Modified Files:
	pep-0001.txt 
Log Message:
Change "not" -> "not necessarily" as Jeremy suggested
Fix typo


Index: pep-0001.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0001.txt,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** pep-0001.txt	18 Apr 2002 16:27:07 -0000	1.32
--- pep-0001.txt	18 Apr 2002 19:19:35 -0000	1.33
***************
*** 36,42 ****
      describes a Python design issue, or provides general guidelines or
      information to the Python community, but does not propose a new
!     feature.  Informational PEPs do not represent a Python community
!     consensus or recommendation, so users and implementors are free to
!     ignore informational PEPs or follow their advice.
  
  
--- 36,42 ----
      describes a Python design issue, or provides general guidelines or
      information to the Python community, but does not propose a new
!     feature.  Informational PEPs do not necessarily represent a Python
!     community consensus or recommendation, so users and implementors
!     are free to ignore informational PEPs or follow their advice.
  
  
***************
*** 50,54 ****
      idea.  The more focussed the PEP, the more successfully it tends
      to be.  The PEP editor reserves the right to reject PEP proposals
!     if they appear to unfocussed or too broad.  If in doubt, split
      your PEP into several well-focussed ones.
  
--- 50,54 ----
      idea.  The more focussed the PEP, the more successfully it tends
      to be.  The PEP editor reserves the right to reject PEP proposals
!     if they appear too unfocussed or too broad.  If in doubt, split
      your PEP into several well-focussed ones.