diff options
author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-10 08:19:38 (GMT) |
---|---|---|
committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2010-12-10 08:19:38 (GMT) |
commit | 129fd04440be35c21975417016479ea8a2bc4700 (patch) | |
tree | 69b54996a0368baa6c64ab02123b848594094997 /Misc | |
parent | dfa0a2abcf47c0378c992d9dd3e9ea12f57a8d59 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |