From: Brett Cannon Date: Thu, 8 May 2008 20:24:43 +0000 (+0000) Subject: Add test.test_support.catch_warning()'s new argument. X-Git-Tag: v2.6b1~571 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cae4f5f4ac8d107af3ee4877ea501ff27cd70192;p=python Add test.test_support.catch_warning()'s new argument. --- 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 -----