[issue8201] test_logging fails if the loggerDict contains non-ASCII loggers.

2010-03-22 Thread Florent Xicluna
New submission from Florent Xicluna : Following test case fails with a UnicodeDecodeError: import logging import logging.config logging.getLogger("\xab\xd7\xbb") logging.getLogger(u"LOG") logging.config.dictConfig({'version': 1}) Same behavior on "non-ASCII" path buildbots, when test_lib2to3 i

[issue8201] test_logging fails if the loggerDict contains non-ASCII loggers.

2010-03-22 Thread Florent Xicluna
Florent Xicluna added the comment: Proposed patch with tests. -- keywords: +patch Added file: http://bugs.python.org/file16621/issue8201_logging_config.diff ___ Python tracker __

[issue8201] test_logging fails if the loggerDict contains non-ASCII loggers.

2010-03-22 Thread Vinay Sajip
Vinay Sajip added the comment: Fix checked into trunk (r79284). -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___