[Bug #1585690] Note that line_num was added in Python 2.5

This commit is contained in:
Andrew M. Kuchling 2006-10-27 12:18:58 +00:00
parent 64cd9efd80
commit 11b69e5c52
1 changed files with 1 additions and 0 deletions

View File

@ -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}