diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-03-22 15:29:01 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-03-22 15:29:01 (GMT) |
commit | 804899b4ab873144ffc12c145fc4266489454c21 (patch) | |
tree | c89bb1594b095118133cce17144ce430f8c1c3e2 /Misc | |
parent | 73c22e9df2ec56ae5ff756d4af39d819a43af178 (diff) | |
download | cpython-804899b4ab873144ffc12c145fc4266489454c21.zip cpython-804899b4ab873144ffc12c145fc4266489454c21.tar.gz cpython-804899b4ab873144ffc12c145fc4266489454c21.tar.bz2 |
logging: Added getChild utility method to Logger and added isEnabledFor method to LoggerAdapter.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ Core and Builtins Library ------- +- logging: Added getChild utility method to Logger and added isEnabledFor + method to LoggerAdapter. + - Issue #8201: logging: Handle situation of non-ASCII and Unicode logger names existing at the same time, causing a Unicode error when configuration code attempted to sort the existing loggers. |