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 serhiy.storchaka
Recipients Arfrever, kushal.das, r.david.murray, serhiy.storchaka
Date 2014-04-13.08:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397379080.16.0.741803330464.issue21169@psf.upfronthosting.co.za>
In-reply-to
Content
I don't think this is a bug. Any text output operation can fail when outputs unencodable string. You should use a stream with proper encoding and/or error handler.
History
Date User Action Args
2014-04-13 08:51:20serhiy.storchakasetrecipients: + serhiy.storchaka, Arfrever, r.david.murray, kushal.das
2014-04-13 08:51:20serhiy.storchakasetmessageid: <1397379080.16.0.741803330464.issue21169@psf.upfronthosting.co.za>
2014-04-13 08:51:20serhiy.storchakalinkissue21169 messages
2014-04-13 08:51:19serhiy.storchakacreate