]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regre...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 8 Feb 2009 19:14:41 +0000 (19:14 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 8 Feb 2009 19:14:41 +0000 (19:14 +0000)
commit9c78658670ed97c49a474e7b6d334dc0cd3083c8
treee55136ebb3e624636ddaa79fa2c2cc3cdebcbfd0
parentdd0989e7df0fa92a612dafd1180519a5d573b83a
Issue #5170: Fixed Unicode output bug in logging and added test case. This is a regression which did not occur in 2.5.
Lib/logging/__init__.py
Lib/test/test_logging.py
Misc/NEWS