Skip to content

Commit a3de955

Browse files
committed
Add NEWS.d
1 parent ef69605 commit a3de955

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
csv.Writer.writerow() now supports writing bytes as it is instead of writing them as b-prefixed strings. Uses encoding provided by the file object to write the bytes in the text mode. Incase the file object has no encoding attribute it falls back on using ``locale.getpreferredencoding`` to decide.

0 commit comments

Comments
 (0)