diff --git a/Misc/NEWS b/Misc/NEWS index 6afdc5adf18..d51e1281bd5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -26,6 +26,8 @@ Library - The imputil module has been deprecated for removal in Python 3.0. +- test.test_support.catch_warning() gained a 'record' argument. + Build -----