]> granicus.if.org Git - python/commitdiff
Remove news entry for test.test_support.guard_warnings_filter as it has been
authorBrett Cannon <bcannon@gmail.com>
Fri, 17 Aug 2007 18:59:58 +0000 (18:59 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 17 Aug 2007 18:59:58 +0000 (18:59 +0000)
removed.

Misc/NEWS

index 83b6c1f5facbf12308cd9f08949aa60af28fb195..0bbc4175c46839359772382a5a7c9ef6d17058ee 100644 (file)
--- 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.