Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regre...
commit0a1c1dace12a4ba1ed3b58fea7b1435056f93695
authorvinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 8 Feb 2009 19:06:08 +0000 (8 19:06 +0000)
committervinay.sajip <vinay.sajip@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 8 Feb 2009 19:06:08 +0000 (8 19:06 +0000)
tree3eae8b4ef04943b57738ab191e3f23483e4ea553
parentd012ffb0e507a5c567691fb39df82a9ee8c56890
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.

git-svn-id: http://svn.python.org/projects/python/trunk@69447 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS