diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-12 22:57:32 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-12 22:57:32 (GMT) |
commit | 1beb3d204f24c85363ed332599ead52e00363674 (patch) | |
tree | 3b45332c1958cc866a733b02184377f7793db46c /Doc | |
parent | f1fbc62a8c82dd172beb5def713d3815a562ee65 (diff) | |
download | cpython-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.tex | 3 |
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 |