]> granicus.if.org Git - python/commit
* Correct Sniffer doc to correspond to the implementation.
authorSkip Montanaro <skip@pobox.com>
Mon, 19 May 2003 15:33:36 +0000 (15:33 +0000)
committerSkip Montanaro <skip@pobox.com>
Mon, 19 May 2003 15:33:36 +0000 (15:33 +0000)
commit77892373313b7195e16755abe0604bd734df4736
tree71fe6dd39510d42b94b9f6a5831efb5ce9210af7
parentc626658a2803bb48a25b6c845ab60d72be1ed5d4
* Correct Sniffer doc to correspond to the implementation.

* Add optional delimiters arg to Sniffer.sniff() which restricts the set of
  candidate field delimiters.
Doc/lib/libcsv.tex
Lib/csv.py
Lib/test/test_csv.py