]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added note that this module was added in Python 2.1.
authorFred Drake <fdrake@acm.org>
Fri, 12 Jan 2001 22:57:32 +0000 (22:57 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 12 Jan 2001 22:57:32 +0000 (22:57 +0000)
Doc/lib/libxreadlines.tex

index 0285f03ac6e0b7cfd86e0443fbe32d9f9308cbeb..d824fc3e8c6310d724de295ab148889ca92f480e 100644 (file)
@@ -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