[Python-checkins] CVS: python/nondist/peps pep-0211.txt,1.6,1.7

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 05 Jul 2001 12:06:18 -0700


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

Modified Files:
	pep-0211.txt 
Log Message:
Use new acceptable practices for PEP references.


Index: pep-0211.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0211.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** pep-0211.txt	2001/06/05 16:50:09	1.6
--- pep-0211.txt	2001/07/05 19:06:16	1.7
***************
*** 72,78 ****
  
      The planned addition of iterators to Python 2.2 opens up a broader
!     scope for this proposal.  As part of the discussion of PEP 0201
!     "Lockstep Iteration" [4], the author of this proposal conducted an
!     informal usability experiment [5].  The results showed that users
      are psychologically receptive to "cross-product" loop syntax.  For
      example, most users expected:
--- 72,78 ----
  
      The planned addition of iterators to Python 2.2 opens up a broader
!     scope for this proposal.  As part of the discussion of PEP 201,
!     Lockstep Iteration[4], the author of this proposal conducted an
!     informal usability experiment[5].  The results showed that users
      are psychologically receptive to "cross-product" loop syntax.  For
      example, most users expected:
***************
*** 156,160 ****
  
      3. Introduce prefixed forms of all existing operators, such as
!        "~*" and "~+", as proposed in PEP 0225 [1].
  
      Our objections to this are that there isn't enough demand to
--- 156,160 ----
  
      3. Introduce prefixed forms of all existing operators, such as
!        "~*" and "~+", as proposed in PEP 225 [1].
  
      Our objections to this are that there isn't enough demand to
***************
*** 173,180 ****
  References
  
!     [1] http://python.sourceforge.net/peps/pep-0225.html
      [2] http://bevo.che.wisc.edu/octave/
      [3] http://www.egroups.com/message/python-numeric/4
!     [4] http://python.sourceforge.net/peps/pep-0201.html
      [5] http://mail.python.org/pipermail/python-dev/2000-July/006427.html
  
--- 173,186 ----
  References
  
!     [1] PEP 225, Elementwise/Objectwise Operators, Zhu, Lielens
!         http://www.python.org/peps/pep-0225.html
! 
      [2] http://bevo.che.wisc.edu/octave/
+ 
      [3] http://www.egroups.com/message/python-numeric/4
! 
!     [4] PEP 201, Lockstep Iteration, Warsaw
!         http://www.python.org/peps/pep-0201.html
! 
      [5] http://mail.python.org/pipermail/python-dev/2000-July/006427.html