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

Barry Warsaw python-dev@python.org
Thu, 13 Jul 2000 20:27:45 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP204, Range Literals, initially assigned to Thomas Wouters.

Slight reformatting.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** pep-0000.txt	2000/07/13 20:52:39	1.3
--- pep-0000.txt	2000/07/14 03:27:42	1.4
***************
*** 14,27 ****
  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                twouters
! 
  
  
--- 14,27 ----
  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                twouters
!      204 pep-0204.txt  Range Literals                       twouters