Terry J. Reedy <tjre...@udel.edu> added the comment:

While Sniffer *returns* a dialect with lineterminator = '\r\n', it *uses* '\n' 
for splitting.  This is slightly odd, as it leaves lines terminated by '\r' 
while detecting within-line parameters, but it does not affect such detection.

Are there csv files in the wild that use \r as line terminator.  If so, they 
will not currently get split.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30825>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to