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

Barry Warsaw bwarsaw@users.sourceforge.net
Mon, 08 Apr 2002 10:02:42 -0700


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

Modified Files:
	pep-0279.txt 
Log Message:
PEP 279 is renamed to "The enumerate() built-in function" since the
old title didn't reflect its accepted proposals.  Also, moved this to
the accepted but not yet implemented category.


Index: pep-0279.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0279.txt,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** pep-0279.txt	8 Apr 2002 15:44:52 -0000	1.11
--- pep-0279.txt	8 Apr 2002 17:02:40 -0000	1.12
***************
*** 1,4 ****
  PEP: 279
! Title: Enhanced Generators
  Version: $Revision$
  Last-Modified: $Date$
--- 1,4 ----
  PEP: 279
! Title: The enumerate() built-in function
  Version: $Revision$
  Last-Modified: $Date$