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 methane
Recipients methane
Date 2009-04-16.06:45:31
SpamBayes Score 0.2096236
Marked as misclassified No
Message-id <1239864394.45.0.809519102245.issue5768@psf.upfronthosting.co.za>
In-reply-to
Content
>>> logging.error(u'あ')
ERROR:root:縺・
>>> sys.stderr.encoding
'cp932'

This bug is introduced by following commit.
http://svn.python.org/view/python/branches/release26-
maint/Lib/logging/__init__.py?r1=68830&r2=69448
History
Date User Action Args
2009-04-16 06:46:39methanesetrecipients: + methane
2009-04-16 06:46:35methanesetmessageid: <1239864394.45.0.809519102245.issue5768@psf.upfronthosting.co.za>
2009-04-16 06:46:20methanelinkissue5768 messages
2009-04-16 06:46:10methanecreate