This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Redoute
Recipients Redoute
Date 2016-06-12.16:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465748432.82.0.331643864863.issue27302@psf.upfronthosting.co.za>
In-reply-to
Content
When delimited text fields are not quoted, but embedded text contains some quoted words, sniff() will guess the wrong delimiter. The attached script contains a simple tab-delimited text where sniff() detects space as delimiter.
History
Date User Action Args
2016-06-12 16:20:32Redoutesetrecipients: + Redoute
2016-06-12 16:20:32Redoutesetmessageid: <1465748432.82.0.331643864863.issue27302@psf.upfronthosting.co.za>
2016-06-12 16:20:32Redoutelinkissue27302 messages
2016-06-12 16:20:32Redoutecreate