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 4Dummies
Recipients 4Dummies
Date 2016-12-12.19:38:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481571534.8.0.412951784743.issue28952@psf.upfronthosting.co.za>
In-reply-to
Content
In 
  https://docs.python.org/3.5/library/csv.html#dialects-and-formatting-parameters 

the Dialect objects are described as supporting, among others, the Dialect.strict attribute, with a default value of False.  However, the
sniff() returns an object lacking this attribute entirely, not even with the value None.  At least on my inputs, which I'd include but they have personnel information.  I can redact it if required.
History
Date User Action Args
2016-12-12 19:38:544Dummiessetrecipients: + 4Dummies
2016-12-12 19:38:544Dummiessetmessageid: <1481571534.8.0.412951784743.issue28952@psf.upfronthosting.co.za>
2016-12-12 19:38:544Dummieslinkissue28952 messages
2016-12-12 19:38:544Dummiescreate