[Python-checkins] CVS: python/dist/src/Doc/lib libtypes.tex,1.49,1.50

Tim Peters tim_one@users.sourceforge.net
Mon, 25 Jun 2001 12:46:27 -0700


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

Modified Files:
	libtypes.tex 
Log Message:
Teach the types module about generators.  Thanks to James Althoff on the
Iterators list for bringing it up!


Index: libtypes.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtypes.tex,v
retrieving revision 1.49
retrieving revision 1.50
diff -C2 -r1.49 -r1.50
*** libtypes.tex	2000/04/06 15:05:04	1.49
--- libtypes.tex	2001/06/25 19:46:25	1.50
***************
*** 84,87 ****
--- 84,93 ----
  \end{datadesc}
  
+ \begin{datadesc}{GeneratorType}
+ The type of generator-iterator objects, produced by calling a
+ generator function.
+ \versionadded{2.2}
+ \end{datadesc}
+ 
  \begin{datadesc}{CodeType}
  The type for code objects such as returned by