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.15:22:14
SpamBayes Score 0.00063061446
Marked as misclassified No
Message-id <18869.13347.56562.706301@montanaro.dyndns.org>
In-reply-to <18869.11988.296803.404068@montanaro.dyndns.org>
Content
me> What should be the default?

Scratch that.  If the iterator passed to csv.reader is in a mode which will
cause it to emit bytes instead of unicode objects the caller must give an
encoding.  The csv.reader code will then perform the necessary
bytes-to-unicode conversion.  If bytes are returned by the iterator but no
encoding was given it should raise an exception (something standard?
something new?).

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