[issue5332] csv sniffer

R. David Murray report at bugs.python.org
Fri May 21 03:40:44 CEST 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

This is in fact a doc bug.  The correct way to read a csv file in python3 is to open it in text mode with newline=''.  The docs have been updated to reflect this.

----------
nosy: +r.david.murray
resolution:  -> out of date
stage: needs patch -> committed/rejected
status: open -> closed

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


More information about the Python-bugs-list mailing list