diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 12:18:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-10-27 12:18:38 (GMT) |
commit | 514d0cf40e74fc1b546de3b65014ced4dd40e8a4 (patch) | |
tree | a7696ad61cdb0489976bdd48b35f154d3417fcfe /Doc | |
parent | 1192044445670bbd9a21eb04992dac2f66932a01 (diff) | |
download | cpython-514d0cf40e74fc1b546de3b65014ced4dd40e8a4.zip cpython-514d0cf40e74fc1b546de3b65014ced4dd40e8a4.tar.gz cpython-514d0cf40e74fc1b546de3b65014ced4dd40e8a4.tar.bz2 |
[Bug #1585690] Note that line_num was added in Python 2.5
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcsv.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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} |