From 514d0cf40e74fc1b546de3b65014ced4dd40e8a4 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Fri, 27 Oct 2006 12:18:38 +0000 Subject: [PATCH] [Bug #1585690] Note that line_num was added in Python 2.5 --- Doc/lib/libcsv.tex | 1 + 1 file changed, 1 insertion(+) 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} -- 2.50.1