ニュース

Calling writer.writerow on a list of strings in python 3.5 results in TypeError: string argument expected, got 'bytes' #70 New issue ...
The stdlib python csv writer will return the row (as string) when calling writer.writerow (row). The defusedcsv proxy is not handing the value along though.