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 skip.montanaro
Recipients georg.brandl, jaywalker, jdwhitley, pitrou, sjmachin, skip.montanaro, vstinner
Date 2009-03-09.14:18:05
SpamBayes Score 0.034270596
Marked as misclassified No
Message-id <18869.9498.956060.455270@montanaro.dyndns.org>
In-reply-to <1236598859.8096.13.camel@fsol>
Content
Antoine> .... The csv module currently accepts any iterator yielding
    Antoine> lines of text, not only file objects....

If the iterator yields bytes and had an encoding attribute that would serve
to allow the csv reader to perform the necessary conversion.  It would be
incumbent upon the user to specify the encoding.

Skip
History
Date User Action Args
2009-03-09 14:18:08skip.montanarosetrecipients: + skip.montanaro, georg.brandl, sjmachin, pitrou, vstinner, jaywalker, jdwhitley
2009-03-09 14:18:06skip.montanarolinkissue4847 messages
2009-03-09 14:18:06skip.montanarocreate