summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 08:19:38 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2010-12-10 08:19:38 (GMT)
commit129fd04440be35c21975417016479ea8a2bc4700 (patch)
tree69b54996a0368baa6c64ab02123b848594094997 /Misc
parentdfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59 (diff)
downloadcpython-129fd04440be35c21975417016479ea8a2bc4700.zip
cpython-129fd04440be35c21975417016479ea8a2bc4700.tar.gz
cpython-129fd04440be35c21975417016479ea8a2bc4700.tar.bz2
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
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 52784a1..82c8e0c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -63,6 +63,9 @@ Core and Builtins
Library
-------
+- test.support: Added TestHandler and Matcher classes for better support of
+ assertions about logging.
+
- Issue #4391: Use proper plural forms in argparse.
- Issue #10601: sys.displayhook uses 'backslashreplace' error handler on