diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-20 10:31:18 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-09-20 10:31:18 (GMT) |
commit | 83eadd148895abe739026a76f939bec30a4ee3dd (patch) | |
tree | c148bf44fe2d71813c129dc9fe7a693ad6328a89 /Misc/NEWS | |
parent | ae7d7fa0fedca5b3ceb4913623e31630e1498d68 (diff) | |
download | cpython-83eadd148895abe739026a76f939bec30a4ee3dd.zip cpython-83eadd148895abe739026a76f939bec30a4ee3dd.tar.gz cpython-83eadd148895abe739026a76f939bec30a4ee3dd.tar.bz2 |
logging: hasHandlers additions documented.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |