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, vinay.sajip
Date 2009-09-25.17:58:42
SpamBayes Score 0.025326915
Marked as misclassified No
Message-id <1253901523.33.0.15704211801.issue6991@psf.upfronthosting.co.za>
In-reply-to
Content
OK, you're right.
But logging is very basic feature and used very wide modules.
"All logging code should use unicode string" is right but difficult.

And logging may be used for debbuging usually. So I think
logging should write log as safe as possible.
When log.error(...) called, no-one wants UnicodeDecodeError
from logging in their log.
History
Date User Action Args
2009-09-25 17:58:43methanesetrecipients: + methane, vinay.sajip
2009-09-25 17:58:43methanesetmessageid: <1253901523.33.0.15704211801.issue6991@psf.upfronthosting.co.za>
2009-09-25 17:58:42methanelinkissue6991 messages
2009-09-25 17:58:42methanecreate