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 Benjamin Schollnick
Recipients Benjamin Schollnick
Date 2019-07-29.19:32:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564428728.47.0.33259508348.issue37709@roundup.psfhosted.org>
In-reply-to
Content
I've run into a situation where the CSV input file is very unusual.  The Delimiter is "\x06" and the lineterminator is "\x07".

While I've written code to work around this, it would be significantly nicer if the CSV Reader code actually paid attention to the dialect's lineterminator value.
History
Date User Action Args
2019-07-29 19:32:08Benjamin Schollnicksetrecipients: + Benjamin Schollnick
2019-07-29 19:32:08Benjamin Schollnicksetmessageid: <1564428728.47.0.33259508348.issue37709@roundup.psfhosted.org>
2019-07-29 19:32:08Benjamin Schollnicklinkissue37709 messages
2019-07-29 19:32:08Benjamin Schollnickcreate