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 r.david.murray
Recipients Christoph.Rauch, r.david.murray
Date 2013-01-31.15:37:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359646661.32.0.493838826663.issue17090@psf.upfronthosting.co.za>
In-reply-to
Content
As noted in the documentation, the csv module in 2.7 does not handle unicode.  You'll have to switch to python3 if you want unicode support in csv.
History
Date User Action Args
2013-01-31 15:37:41r.david.murraysetrecipients: + r.david.murray, Christoph.Rauch
2013-01-31 15:37:41r.david.murraysetmessageid: <1359646661.32.0.493838826663.issue17090@psf.upfronthosting.co.za>
2013-01-31 15:37:41r.david.murraylinkissue17090 messages
2013-01-31 15:37:41r.david.murraycreate