csv.Sniffer - delete in Python 3.0?
Robin Becker
robin at reportlab.com
Wed Mar 19 12:24:46 EDT 2008
skip at pobox.com wrote:
........
>
> I would be happy to get rid of it in 3.0, but I'm also aware that some
> people use it. I'd like feedback from the Python community about this. If
> I removed it is there someone out there who wants it badly enough to
> maintain it in PyPI?
......
sounds like we really need
import ai
info = ai.guess_what_this_is('crummy.csv')
but I suspect that won't arrive before py5000
I use csv, but almost always with tab or comma separation and \r\n line terminators.
--
Robin Becker
More information about the Python-list
mailing list