summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 11:42:57 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 11:42:57 (GMT)
commit5a27d4018692a9cb9f30b5ed81ac7061c8fe3c82 (patch)
tree13607ce1891690d5d533633bf673b3222a67a1dd /Misc/NEWS
parentcf03ac0c64dba3ec33f9c3af1cbe7b387d1ca534 (diff)
downloadcpython-5a27d4018692a9cb9f30b5ed81ac7061c8fe3c82.zip
cpython-5a27d4018692a9cb9f30b5ed81ac7061c8fe3c82.tar.gz
cpython-5a27d4018692a9cb9f30b5ed81ac7061c8fe3c82.tar.bz2
logging: added handler of last resort.
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 82c8e0c..8f98949 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,8 @@ Core and Builtins
Library
-------
+- logging: added "handler of last resort". See http://bit.ly/last-resort-handler
+
- test.support: Added TestHandler and Matcher classes for better support of
assertions about logging.