Closed as not planned
Description
From here:
If csvfile is a file object, it should be opened with
newline=''.
It looks like this statement is useless/redundant for csv.reader (i.e. it is useful only for csv.writer), as newline=None [by default] works fine on any platform.
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done