From cae4f5f4ac8d107af3ee4877ea501ff27cd70192 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 8 May 2008 20:24:43 +0000 Subject: [PATCH] Add test.test_support.catch_warning()'s new argument. --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 6afdc5adf1..d51e1281bd 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 ----- -- 2.50.1