[Python-checkins] r52463 - python/branches/release25-maint/Doc/lib/libcsv.tex

andrew.kuchling python-checkins at python.org
Fri Oct 27 14:18:58 CEST 2006


Author: andrew.kuchling
Date: Fri Oct 27 14:18:58 2006
New Revision: 52463

Modified:
   python/branches/release25-maint/Doc/lib/libcsv.tex
Log:
[Bug #1585690] Note that line_num was added in Python 2.5

Modified: python/branches/release25-maint/Doc/lib/libcsv.tex
==============================================================================
--- python/branches/release25-maint/Doc/lib/libcsv.tex	(original)
+++ python/branches/release25-maint/Doc/lib/libcsv.tex	Fri Oct 27 14:18:58 2006
@@ -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}
 
 


More information about the Python-checkins mailing list