[docs] [issue15639] csv.Error description is incorrectly broad

Berker Peksag report at bugs.python.org
Fri Aug 5 19:40:54 EDT 2016


Berker Peksag added the comment:

Thanks for the report.

Most of the csv.Error usages are in Modules/_csv.c. You can search for "_csvstate_global->error_obj" in the module's source code. I think the documentation is correct as is.

----------
nosy: +berker.peksag
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

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


More information about the docs mailing list