This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients skip.montanaro, terry.reedy, vmax
Date 2018-02-07.21:55:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518040537.32.0.467229070634.issue30825@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-02-07 21:55:37terry.reedysetrecipients: + terry.reedy, skip.montanaro, vmax
2018-02-07 21:55:37terry.reedysetmessageid: <1518040537.32.0.467229070634.issue30825@psf.upfronthosting.co.za>
2018-02-07 21:55:37terry.reedylinkissue30825 messages
2018-02-07 21:55:37terry.reedycreate