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

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 14 Aug 2001 11:43:50 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 202, List comprehensions is now marked complete.  Change the owner
to Barry.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.118
retrieving revision 1.119
diff -C2 -d -r1.118 -r1.119
*** pep-0000.txt	2001/08/14 16:46:57	1.118
--- pep-0000.txt	2001/08/14 18:43:47	1.119
***************
*** 87,91 ****
   IF  200  Python 2.0 Release Schedule                  Hylton
   SF  201  Lockstep Iteration                           Warsaw
!  S   202  List Comprehensions                          Peters
   SF  203  Augmented Assignments                        Wouters
   S   205  Weak References                              Drake
--- 87,91 ----
   IF  200  Python 2.0 Release Schedule                  Hylton
   SF  201  Lockstep Iteration                           Warsaw
!  SF  202  List Comprehensions                          Warsaw
   SF  203  Augmented Assignments                        Wouters
   S   205  Weak References                              Drake
***************
*** 144,148 ****
   IF  200  Python 2.0 Release Schedule                  Hylton
   SF  201  Lockstep Iteration                           Warsaw
!  S   202  List Comprehensions                          Peters
   SF  203  Augmented Assignments                        Wouters
   SR  204  Range Literals                               Wouters
--- 144,148 ----
   IF  200  Python 2.0 Release Schedule                  Hylton
   SF  201  Lockstep Iteration                           Warsaw
!  SF  202  List Comprehensions                          Warsaw
   SF  203  Augmented Assignments                        Wouters
   SR  204  Range Literals                               Wouters