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

Fred L. Drake fdrake@users.sourceforge.net
Sun, 18 Feb 2001 22:08:09 -0800


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

Modified Files:
	pep-0234.txt 
Log Message:

Fix the PEP number in the header.


Index: pep-0234.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0234.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** pep-0234.txt	2001/02/04 04:36:37	1.1
--- pep-0234.txt	2001/02/19 06:08:07	1.2
***************
*** 1,3 ****
! PEP: 2xx
  Title: Iterators
  Version: $Revision$
--- 1,3 ----
! PEP: 234
  Title: Iterators
  Version: $Revision$