This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vasyl Kolomiets
Recipients SilentGhost, Vasyl Kolomiets, docs@python
Date 2016-01-14.22:36:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7uaFDQ4xUyR8=Mm6BMdArHAJ-Jjb4VB=WuQs4A9bWTAmMa_g@mail.gmail.com>
In-reply-to <1452809910.32.0.279646626793.issue26116@psf.upfronthosting.co.za>
Content
Thanx a lot.
And sorry.
But with ..., dialect=dialect, .... the same code is working.
.
Ok. i'll try to understand.
With best wishes - VK.

С уважением,
Василий Коломиец
+38050 45 22 559

2016-01-15 0:18 GMT+02:00 SilentGhost <report@bugs.python.org>:

>
> SilentGhost added the comment:
>
> Vasyl, this line in your code is causing the problem:
>
>     for row in readed:
>
> The error reasonably clear states that it's due to your `fieldnames'
> parameter being non-iterable. Again, this has nothing whatsoever to do with
> `dialect' argument and documentation of Sniffer.
>
> Please, do not open new issues about this. This is not a issue with csv
> library or its documentation. Try to use use stackoverflow or python-tutor
> list to get help on this.
> https://mail.python.org/pipermail/tutor/
>
> ----------
> nosy: +SilentGhost
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue26116>
> _______________________________________
>
History
Date User Action Args
2016-01-14 22:36:24Vasyl Kolomietssetrecipients: + Vasyl Kolomiets, SilentGhost, docs@python
2016-01-14 22:36:24Vasyl Kolomietslinkissue26116 messages
2016-01-14 22:36:24Vasyl Kolomietscreate