Under python 3.4, using a str instead of bytes as a delimiter results in an error: ...
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 ...