From: Fred Drake Date: Fri, 12 Jan 2001 22:57:32 +0000 (+0000) Subject: Added note that this module was added in Python 2.1. X-Git-Tag: v2.1a1~315 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1beb3d204f24c85363ed332599ead52e00363674;p=thirdparty%2FPython%2Fcpython.git Added note that this module was added in Python 2.1. --- diff --git a/Doc/lib/libxreadlines.tex b/Doc/lib/libxreadlines.tex index 0285f03ac6e0..d824fc3e8c63 100644 --- a/Doc/lib/libxreadlines.tex +++ b/Doc/lib/libxreadlines.tex @@ -4,6 +4,9 @@ \declaremodule{extension}{xreadlines} \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 which implements simple in-order indexing beginning at \code{0}, as