[Python-checkins] CVS: python/dist/src/Doc/api api.tex,1.119,1.120

Fred L. Drake fdrake@users.sourceforge.net
Mon, 07 May 2001 10:47:09 -0700


Update of /cvsroot/python/python/dist/src/Doc/api
In directory usw-pr-cvs1:/tmp/cvs-serv429/api

Modified Files:
	api.tex 
Log Message:

Hmm... better add a version annotation for the Iterator Protocol section.


Index: api.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/api/api.tex,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -r1.119 -r1.120
*** api.tex	2001/05/07 17:42:18	1.119
--- api.tex	2001/05/07 17:47:07	1.120
***************
*** 2093,2096 ****
--- 2093,2098 ----
  \section{Iterator Protocol \label{iterator}}
  
+ \versionadded{2.2}
+ 
  There are only a couple of functions specifically for working with
  iterators.