]> granicus.if.org Git - python/commit
Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names...
authorVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 22 Mar 2010 13:02:28 +0000 (13:02 +0000)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>
Mon, 22 Mar 2010 13:02:28 +0000 (13:02 +0000)
commit31e928eb3c44d90ec951db118de4736e90532f84
tree9e27ac1606393b850688c0a022643ba1a06c5c10
parentc7790ed1637ad688ea61decf45703f996f29584d
Issue #8201: logging: Handle config errors when non-ASCII and Unicode logger names exist at the same time.
Lib/logging/config.py
Lib/test/test_logging.py
Misc/NEWS