From: Skip Montanaro Date: Wed, 5 Jan 2005 06:58:15 +0000 (+0000) Subject: add a couple missing items X-Git-Tag: v2.5a0~2182 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bb0c9dc852fc078f543240e7fd751c90467fcb3a;p=thirdparty%2FPython%2Fcpython.git add a couple missing items --- diff --git a/Doc/lib/libcsv.tex b/Doc/lib/libcsv.tex index cac39bcf280d..9f9449b43c5d 100644 --- a/Doc/lib/libcsv.tex +++ b/Doc/lib/libcsv.tex @@ -170,6 +170,16 @@ attributes, which are used to define the parameters for a specific \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}