summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-20 10:31:18 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-09-20 10:31:18 (GMT)
commit83eadd148895abe739026a76f939bec30a4ee3dd (patch)
treec148bf44fe2d71813c129dc9fe7a693ad6328a89 /Misc/NEWS
parentae7d7fa0fedca5b3ceb4913623e31630e1498d68 (diff)
downloadcpython-83eadd148895abe739026a76f939bec30a4ee3dd.zip
cpython-83eadd148895abe739026a76f939bec30a4ee3dd.tar.gz
cpython-83eadd148895abe739026a76f939bec30a4ee3dd.tar.bz2
logging: hasHandlers additions documented.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 40c4cdd..5cac5dc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,8 @@ Core and Builtins
Library
-------
+- logging: Added hasHandlers() method to Logger and LoggerAdapter.
+
- Issue #1686: Fix string.Template when overriding the pattern attribute.
- Issue #9854: SocketIO objects now observe the RawIOBase interface in