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

Jeremy Hylton python-dev@python.org
Thu, 13 Jul 2000 13:25:47 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
added names of owners (hope they're right)
Barry can fix them if they aren't


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0000.txt	2000/07/13 06:33:08	1.1
--- pep-0000.txt	2000/07/13 20:25:45	1.2
***************
*** 14,26 ****
  Index
  
!     num  filename      title
!     ---- --------      -----
!        0 pep-0000.txt  Index of Python Enhance Proposals
!        1 pep-0001.txt  PEP Guidelines
  
!      200 pep-0200.txt  Python 2.0 Release Schedule
!      201 pep-0201.txt  Parallel Iteration
!      202 pep-0202.txt  List Comprehensions
!      203 pep-0203.txt  Augmented Assignments
  
  
--- 14,26 ----
  Index
  
!  num  filename      title                                owner
! ----  --------      -----                                -----
!    0 pep-0000.txt  Index of Python Enhance Proposals    bwarsaw
!    1 pep-0001.txt  PEP Guidelines                       bwarsaw, jhylton
  
!  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                guido