summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-22 15:29:01 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-03-22 15:29:01 (GMT)
commit804899b4ab873144ffc12c145fc4266489454c21 (patch)
treec89bb1594b095118133cce17144ce430f8c1c3e2 /Misc
parent73c22e9df2ec56ae5ff756d4af39d819a43af178 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 08e7760..f2876d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.