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 vinay.sajip
Recipients ezio.melotti, flox, vinay.sajip
Date 2011-11-06.23:12:22
SpamBayes Score 3.6067447e-06
Marked as misclassified No
Message-id <1320621142.9.0.571674757754.issue13356@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Florent. This patch was by you in response to issue #8201 - do you have any suggestion as to the best way to resolve this? I tried changing the non-ASCII logger to '\xc3\xb4\xc3\xbc', which decodes cleanly to u'\xf4\xfc' (o-circumflex u-umlaut), but it apparently still fails to convert to Unicode when doing the comparison, and so still raises the warning. Is there any byte-string sequence which won't give the error in this circumstance? Obviously I could convert it to Unicode, but then the test is checking correct operation when you have a non-ASCII (byte-)string name as well as a Unicode name for loggers.
History
Date User Action Args
2011-11-06 23:12:22vinay.sajipsetrecipients: + vinay.sajip, ezio.melotti, flox
2011-11-06 23:12:22vinay.sajipsetmessageid: <1320621142.9.0.571674757754.issue13356@psf.upfronthosting.co.za>
2011-11-06 23:12:22vinay.sajiplinkissue13356 messages
2011-11-06 23:12:22vinay.sajipcreate