[Python-checkins] CVS: python/dist/src/Doc/lib libxreadlines.tex,1.1,1.2

Fred L. Drake python-dev@python.org
Fri, 12 Jan 2001 14:57:34 -0800


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

Modified Files:
	libxreadlines.tex 
Log Message:

Added note that this module was added in Python 2.1.


Index: libxreadlines.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxreadlines.tex,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** libxreadlines.tex	2001/01/09 22:47:46	1.1
--- libxreadlines.tex	2001/01/12 22:57:32	1.2
***************
*** 5,8 ****
--- 5,11 ----
  \modulesynopsis{Efficient iteration over the lines of a file.}
  
+ \versionadded{2.1}
+ 
+ 
  This module defines a new object type which can efficiently iterate
  over the lines of a file.  An xreadlines object is a sequence type