Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cpython
Commits
1beb3d20
Commit
1beb3d20
authored
24 years ago
by
Fred Drake
Browse files
Options
Download
Email Patches
Plain Diff
Added note that this module was added in Python 2.1.
parent
f1fbc62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Doc/lib/libxreadlines.tex
Doc/lib/libxreadlines.tex
+3
-0
No files found.
Doc/lib/libxreadlines.tex
View file @
1beb3d20
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment