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 shamilbi
Recipients shamilbi, vinay.sajip
Date 2009-04-21.08:37:56
SpamBayes Score 7.673721e-07
Marked as misclassified No
Message-id <[email protected]>
In-reply-to <[email protected]>
Content
>
> Can you retry with setting the "encoding" attribute of the file to
> "cp1251"? That should work and that should be the appropriate method to
> avoid the problem.
>
> test_logging.py in the Python distribution has a test which exercises
> Unicode functionality using cp1251, does that test work in your
> environment?

logging to file is OK (since 2.6.2), logging to console __was__ OK (2.6.1),
not now (2.6.2)

shamil
Files
File name Uploaded
unnamed shamilbi, 2009-04-21.08:37:56
History
Date User Action Args
2009-04-21 08:37:58shamilbisetrecipients: + shamilbi, vinay.sajip
2009-04-21 08:37:56shamilbilinkissue5170 messages
2009-04-21 08:37:56shamilbicreate