]> 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:06:08 +0000 (19:06 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Sun, 8 Feb 2009 19:06:08 +0000 (19:06 +0000)
commitb20af944d27e6277a9afa9f01282673eb89f7cf6
treef753b5744382b4126e2935663a9081f2754aea51
parent9e58a372524f86362921978f18b0aca07da57e20
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