commit | 83eadd148895abe739026a76f939bec30a4ee3dd | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Sep 20 10:31:18 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Mon Sep 20 10:31:18 2010 +0000 |
tree | c148bf44fe2d71813c129dc9fe7a693ad6328a89 | |
parent | ae7d7fa0fedca5b3ceb4913623e31630e1498d68 [diff] [blame] |
logging: hasHandlers additions documented.
diff --git a/Misc/NEWS b/Misc/NEWS index 40c4cdd..5cac5dc 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -55,6 +55,8 @@ 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