diff options
author | Brett Cannon <bcannon@gmail.com> | 2007-08-17 18:59:58 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2007-08-17 18:59:58 (GMT) |
commit | 414f3f90f01f53d8c9bb6e2f626fb8674dcb616d (patch) | |
tree | 913a561861e1ee413ad495842984bc549f188e9e /Misc/NEWS | |
parent | ea424b5a280437274386b8e6b3fc5ceb1e5fc97f (diff) | |
download | cpython-414f3f90f01f53d8c9bb6e2f626fb8674dcb616d.zip cpython-414f3f90f01f53d8c9bb6e2f626fb8674dcb616d.tar.gz cpython-414f3f90f01f53d8c9bb6e2f626fb8674dcb616d.tar.bz2 |
Remove news entry for test.test_support.guard_warnings_filter as it has been
removed.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |