Kaydet (Commit) 1beb3d20 authored tarafından Fred Drake's avatar Fred Drake

Added note that this module was added in Python 2.1.

üst f1fbc62a
...@@ -4,6 +4,9 @@ ...@@ -4,6 +4,9 @@
\declaremodule{extension}{xreadlines} \declaremodule{extension}{xreadlines}
\modulesynopsis{Efficient iteration over the lines of a file.} \modulesynopsis{Efficient iteration over the lines of a file.}
\versionadded{2.1}
This module defines a new object type which can efficiently iterate This module defines a new object type which can efficiently iterate
over the lines of a file. An xreadlines object is a sequence type over the lines of a file. An xreadlines object is a sequence type
which implements simple in-order indexing beginning at \code{0}, as which implements simple in-order indexing beginning at \code{0}, as
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment