[New-bugs-announce] [issue28952] csv.Sniffer().sniff(0 returns a value without the "strict" attribute

kevin report at bugs.python.org
Mon Dec 12 14:38:54 EST 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue28952>
_______________________________________


More information about the New-bugs-announce mailing list