[Python-checkins] python/dist/src/Doc/lib libcsv.tex,1.16,1.17
montanaro at users.sourceforge.net
montanaro at users.sourceforge.net
Wed Jan 5 07:58:17 CET 2005
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32570
Modified Files:
libcsv.tex
Log Message:
add a couple missing items
Index: libcsv.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcsv.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- libcsv.tex 7 Aug 2004 15:11:24 -0000 1.16
+++ libcsv.tex 5 Jan 2005 06:58:15 -0000 1.17
@@ -170,6 +170,16 @@
\class{reader} or \class{writer} instance.
\end{classdesc*}
+\begin{classdesc}{excel}{}
+The \class{excel} class defines the usual properties of an Excel-generated
+CSV file.
+\end{classdesc}
+
+\begin{classdesc}{excel_tab}{}
+The \class{excel_tab} class defines the usual properties of an
+Excel-generated TAB-delimited file.
+\end{classdesc}
+
\begin{classdesc}{Sniffer}{}
The \class{Sniffer} class is used to deduce the format of a CSV file.
\end{classdesc}
More information about the Python-checkins
mailing list