Using a custom delimiter with the CDM write function always returns the error: "Only one character is allowed in delimiter". The function works if the option "delimiter" is omitted. Then the default ...
I forgot to address the comment about accepting bytes in python3: the delimiter really is a unicode character. In python3, non-ASCII delimiters are handled correctly. So no, it isn't a byte anymore, ...