[New-bugs-announce] [issue26737] csv.DictReader throws generic error when fieldnames is accessed on non-text file

Bayo Opadeyi report at bugs.python.org
Mon Apr 11 14:38:37 EDT 2016


New submission from Bayo Opadeyi:

If you use the csv.DictReader to open a non-text file and try to access fieldnames on it, it crashes with a generic error instead of something specific.

----------
messages: 263199
nosy: boyombo
priority: normal
severity: normal
status: open
title: csv.DictReader throws generic error when fieldnames is accessed on non-text file
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue26737>
_______________________________________


More information about the New-bugs-announce mailing list