Raymond Hettinger
|
6f6d7b93bc
|
SF bug #797853: Small problems with the csv module's documentation
|
2003-08-31 05:44:54 +00:00 |
Skip Montanaro
|
5e4e39f12a
|
Note that csv files (when they are actual files) must be opened in 'b'inary
mode. Note that the only restriction on the csvfile passed to writer
objects is that it have a write method.
|
2003-07-02 15:32:48 +00:00 |
Skip Montanaro
|
a1045567e0
|
QUOTE_ALWAYS -> QUOTE_ALL
|
2003-06-04 15:30:13 +00:00 |
Skip Montanaro
|
7789237331
|
* Correct Sniffer doc to correspond to the implementation.
* Add optional delimiters arg to Sniffer.sniff() which restricts the set of
candidate field delimiters.
|
2003-05-19 15:33:36 +00:00 |
Fred Drake
|
9635268ea9
|
organizational and markup cleansing
|
2003-04-25 18:02:34 +00:00 |
Skip Montanaro
|
5d0136e297
|
reflect csv's change back to a module. Document the new sniffer api.
|
2003-04-25 15:14:49 +00:00 |
Skip Montanaro
|
3bd3c8403a
|
* minor tweaks relating to the package nature of the beast
* added an (incomplete) description of the utils.Sniffer class
|
2003-04-24 18:47:31 +00:00 |
Skip Montanaro
|
b4a0417e91
|
new CSV file processing module - see PEP 305
|
2003-03-20 23:29:12 +00:00 |