[New-bugs-announce] [issue27302] csv.Sniffer guesses wrong when unquoted fields contain quotes

Redoute report at bugs.python.org
Sun Jun 12 12:20:32 EDT 2016


New submission from Redoute:

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.

----------
components: Library (Lib)
files: humptydumpty.py
messages: 268391
nosy: Redoute
priority: normal
severity: normal
status: open
title: csv.Sniffer guesses wrong when unquoted fields contain quotes
type: behavior
versions: Python 3.6
Added file: http://bugs.python.org/file43368/humptydumpty.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27302>
_______________________________________


More information about the New-bugs-announce mailing list