New submission from kevin: 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. ---------- components: Library (Lib) messages: 283041 nosy: 4Dummies priority: normal severity: normal status: open title: csv.Sniffer().sniff(0 returns a value without the "strict" attribute type: behavior versions: Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28952> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com