Added note that this module was added in Python 2.1.

This commit is contained in:
Fred Drake 2001-01-12 22:57:32 +00:00
parent f1fbc62a8c
commit 1beb3d204f
1 changed files with 3 additions and 0 deletions

View 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