[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.12,1.13

Barry Warsaw python-dev@python.org
Thu, 27 Jul 2000 22:48:58 -0700


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2109

Modified Files:
	pep-0000.txt 
Log Message:
PEP 201 renamed "Lockstep Iteration"


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** pep-0000.txt	2000/07/25 02:26:38	1.12
--- pep-0000.txt	2000/07/28 05:48:56	1.13
***************
*** 1,3 ****
! PEP: 0
  Title: Index of Python Enhancement Proposals (PEPs)
  Version: $Revision$
--- 1,3 ----
! yPEP: 0
  Title: Index of Python Enhancement Proposals (PEPs)
  Version: $Revision$
***************
*** 22,26 ****
  
       200  pep-0200.txt  Python 2.0 Release Schedule          jhylton  
!      201  pep-0201.txt  Parallel Iteration                   bwarsaw
       202  pep-0202.txt  List Comprehensions                  tim_one
       203  pep-0203.txt  Augmented Assignments                twouters
--- 22,26 ----
  
       200  pep-0200.txt  Python 2.0 Release Schedule          jhylton  
!      201  pep-0201.txt  Lockstep Iteration                   bwarsaw
       202  pep-0202.txt  List Comprehensions                  tim_one
       203  pep-0203.txt  Augmented Assignments                twouters