Skip to content

Fix an argument to csv.DictReader()#3339

Merged
JelleZijlstra merged 1 commit intopython:masterfrom
martindemello:csv
Oct 11, 2019
Merged

Fix an argument to csv.DictReader()#3339
JelleZijlstra merged 1 commit intopython:masterfrom
martindemello:csv

Conversation

@martindemello
Copy link
Contributor

From the Lib/csv.py source, 'f' is passed directly to _csv.reader, which
expects Iterable[Text]

From the Lib/csv.py source, 'f' is passed directly to _csv.reader, which
expects Iterable[Text]
@JelleZijlstra JelleZijlstra merged commit d0beab9 into python:master Oct 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants