Commit c12f1ce3 authored by Andrew M. Kuchling's avatar Andrew M. Kuchling

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

parent 5b6cc02f
...@@ -345,6 +345,7 @@ A read-only description of the dialect in use by the parser. ...@@ -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}
......
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