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.16:39:41
SpamBayes Score 1.2665292e-07
Marked as misclassified No
Message-id <1253896783.49.0.555227523527.issue6991@psf.upfronthosting.co.za>
In-reply-to
Content
Another sample.

Traceback (most recent call last):
  File "C:\usr\Python2.6\lib\logging\__init__.py", line 790, in emit
    stream.write(fs % msg.encode("UTF-8"))
UnicodeDecodeError: 'ascii' codec can't decode byte 0xaa in position 0:
ordinal not in range(128)

This is because logging.FileHandler uses codecs.open internally.
History
Date User Action Args
2009-09-25 16:39:43methanesetrecipients: + methane, vinay.sajip
2009-09-25 16:39:43methanesetmessageid: <1253896783.49.0.555227523527.issue6991@psf.upfronthosting.co.za>
2009-09-25 16:39:42methanelinkissue6991 messages
2009-09-25 16:39:42methanecreate