[Python-checkins] python/nondist/peps pep-0279.txt,1.13,1.14

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Fri, 21 Mar 2003 11:57:11 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv30550

Modified Files:
	pep-0279.txt 
Log Message:
Reference the itertools module

Index: pep-0279.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0279.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pep-0279.txt	29 Apr 2002 16:03:43 -0000	1.13
--- pep-0279.txt	21 Mar 2003 19:57:09 -0000	1.14
***************
*** 172,178 ****
          use of generators.
  
!         Though withdrawn from the proposal, I still secretly covet
!         xzip() a.k.a. iterzip() but think that it will happen on its
!         own someday.
  
  
--- 172,178 ----
          use of generators.
  
!         This proposal originally included another function iterzip().
!         That was subsequently implemented as the izip() function in
!         the itertools module.