From: Brett Cannon Date: Fri, 17 Aug 2007 18:59:58 +0000 (+0000) Subject: Remove news entry for test.test_support.guard_warnings_filter as it has been X-Git-Tag: v2.6a1~1482 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=414f3f90f01f53d8c9bb6e2f626fb8674dcb616d;p=python Remove news entry for test.test_support.guard_warnings_filter as it has been removed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 83b6c1f5fa..0bbc4175c4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -844,10 +844,6 @@ Tests context manager so that one can temporarily set or unset environment variables. -- Added guard_warnings_filter to test.test_support. It returns a context - manager that protects the 'warnings' module's filter from being mutated - once the context has been exited. - - Added some tests for modulefinder. - Converted test_imp to use unittest.