]> granicus.if.org Git - python/commit
Fix for problem with Sniffer class. If your delimiter is whitespace and the
authorSkip Montanaro <skip@pobox.com>
Wed, 28 Dec 2005 15:37:25 +0000 (15:37 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 28 Dec 2005 15:37:25 +0000 (15:37 +0000)
commit91bb70c5c07c2e73535638df2baadb302d9d71d2
tree1e9d4be34eb15ca7a78232ddc7065da820be12ff
parente08fa29d0e5bf02006ae30d79c31a6fd02d62068
Fix for problem with Sniffer class.  If your delimiter is whitespace and the
last field was empty it would strip the delimiter and incorrectly guess that
"" was the delimiter.  Reported in c.l.py by Laurent Laporte.  Will
backport.
Lib/csv.py
Lib/test/test_csv.py