summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcsv.tex
Commit message (Collapse)AuthorAgeFilesLines
* SF bug #797853: Small problems with the csv module's documentationRaymond Hettinger2003-08-311-6/+6
|
* Note that csv files (when they are actual files) must be opened in 'b'inarySkip Montanaro2003-07-021-4/+9
| | | | | mode. Note that the only restriction on the csvfile passed to writer objects is that it have a write method.
* QUOTE_ALWAYS -> QUOTE_ALLSkip Montanaro2003-06-041-1/+1
|
* * Correct Sniffer doc to correspond to the implementation.Skip Montanaro2003-05-191-7/+7
| | | | | * Add optional delimiters arg to Sniffer.sniff() which restricts the set of candidate field delimiters.
* organizational and markup cleansingFred Drake2003-04-251-76/+81
|
* reflect csv's change back to a module. Document the new sniffer api.Skip Montanaro2003-04-251-20/+14
|
* * minor tweaks relating to the package nature of the beastSkip Montanaro2003-04-241-8/+32
| | | | * added an (incomplete) description of the utils.Sniffer class
* new CSV file processing module - see PEP 305Skip Montanaro2003-03-201-0/+281