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

2017-01-01 Thread ppperry

Changes by ppperry :


--
title: csv.Sniffer().sniff(0 returns a value without the "strict" attribute -> 
csv.Sniffer().sniff(0) returns a value without the "strict" attribute

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2016-12-12 Thread kevin

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com