commit | 11b69e5c52ceca4bbbe9ec01cfc9d2ad8c64cec7 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Fri Oct 27 12:18:58 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Fri Oct 27 12:18:58 2006 +0000 |
tree | e564f27af12fa579693e00146d2f125324498d76 | |
parent | 64cd9efd80679a4ccd6a50c4e916913222816239 [diff] [blame] |
[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 02a176c..e965e31 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex
@@ -345,6 +345,7 @@ \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}