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 SilentGhost
Recipients SilentGhost, Vasyl Kolomiets, docs@python
Date 2016-01-14.22:18:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452809910.32.0.279646626793.issue26116@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2016-01-14 22:18:30SilentGhostsetrecipients: + SilentGhost, docs@python, Vasyl Kolomiets
2016-01-14 22:18:30SilentGhostsetmessageid: <1452809910.32.0.279646626793.issue26116@psf.upfronthosting.co.za>
2016-01-14 22:18:30SilentGhostlinkissue26116 messages
2016-01-14 22:18:30SilentGhostcreate