Remove news entry for test.test_support.guard_warnings_filter as it has been

removed.
This commit is contained in:
Brett Cannon 2007-08-17 18:59:58 +00:00
parent ea424b5a28
commit 414f3f90f0
1 changed files with 0 additions and 4 deletions

View File

@ -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.