commit | 129fd04440be35c21975417016479ea8a2bc4700 | [log] [tgz] |
---|---|---|
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Dec 10 08:19:38 2010 +0000 |
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | Fri Dec 10 08:19:38 2010 +0000 |
tree | 69b54996a0368baa6c64ab02123b848594094997 | |
parent | dfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59 [diff] |
test.support: Added TestHandler and Matcher classes for better support of assertions about logging.
diff --git a/Misc/NEWS b/Misc/NEWS index 52784a1..82c8e0c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -63,6 +63,9 @@ 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