New submission from Benjamin Schollnick <bscholln...@schollnick.net>:
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. ---------- components: Library (Lib) messages: 348681 nosy: Benjamin Schollnick priority: normal severity: normal status: open title: CSVReader ignores dialect.lineterminator type: enhancement versions: Python 3.7 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue37709> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com