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 georg.brandl
Recipients
Date 2007-06-27.12:04:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Yes, I'm sorry my fix is bad, you should rather use

sys.stdout = codecs.getwriter('utf-8')(sys.stdout)
History
Date User Action Args
2007-08-23 14:52:07adminlinkissue1668295 messages
2007-08-23 14:52:07admincreate