summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2006-10-27 12:18:58 +0000
committerAndrew M. Kuchling <amk@amk.ca>2006-10-27 12:18:58 +0000
commit11b69e5c52ceca4bbbe9ec01cfc9d2ad8c64cec7 (patch)
treee564f27af12fa579693e00146d2f125324498d76
parent64cd9efd80679a4ccd6a50c4e916913222816239 (diff)
downloadcpython-git-11b69e5c52ceca4bbbe9ec01cfc9d2ad8c64cec7.tar.gz
[Bug #1585690] Note that line_num was added in Python 2.5
-rw-r--r--Doc/lib/libcsv.tex1
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex
index 02a176c3fc..e965e316f3 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}