mirror of
https://github.com/python/cpython.git
synced 2025-10-12 01:43:12 +00:00
[Bug #1585690] Note that line_num was added in Python 2.5
This commit is contained in:
parent
64cd9efd80
commit
11b69e5c52
1 changed files with 1 additions and 0 deletions
|
@ -345,6 +345,7 @@ A read-only description of the dialect in use by the parser.
|
||||||
\begin{memberdesc}[csv reader]{line_num}
|
\begin{memberdesc}[csv reader]{line_num}
|
||||||
The number of lines read from the source iterator. This is not the same
|
The number of lines read from the source iterator. This is not the same
|
||||||
as the number of records returned, as records can span multiple lines.
|
as the number of records returned, as records can span multiple lines.
|
||||||
|
\versionadded{2.5}
|
||||||
\end{memberdesc}
|
\end{memberdesc}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue