summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-01-12 22:57:32 (GMT)
committerFred Drake <fdrake@acm.org>2001-01-12 22:57:32 (GMT)
commit1beb3d204f24c85363ed332599ead52e00363674 (patch)
tree3b45332c1958cc866a733b02184377f7793db46c /Doc
parentf1fbc62a8c82dd172beb5def713d3815a562ee65 (diff)
downloadcpython-1beb3d204f24c85363ed332599ead52e00363674.zip
cpython-1beb3d204f24c85363ed332599ead52e00363674.tar.gz
cpython-1beb3d204f24c85363ed332599ead52e00363674.tar.bz2
Added note that this module was added in Python 2.1.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libxreadlines.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libxreadlines.tex b/Doc/lib/libxreadlines.tex
index 0285f03..d824fc3 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