mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Added note that this module was added in Python 2.1.
This commit is contained in:
parent
f1fbc62a8c
commit
1beb3d204f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue