From: Andrew M. Kuchling Date: Fri, 27 Oct 2006 12:18:58 +0000 (+0000) Subject: [Bug #1585690] Note that line_num was added in Python 2.5 X-Git-Tag: v2.5.1c1~300 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11b69e5c52ceca4bbbe9ec01cfc9d2ad8c64cec7;p=thirdparty%2FPython%2Fcpython.git [Bug #1585690] Note that line_num was added in Python 2.5 --- diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index 02a176c3fcb2..e965e316f376 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -345,6 +345,7 @@ A read-only description of the dialect in use by the parser. \begin{memberdesc}[csv reader]{line_num} 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. + \versionadded{2.5} \end{memberdesc}