Remove test.test_support.guard_warnings_filter.
commit52e4a3b67f07ad6417e5647cef066466c8a983db
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 14 Aug 2007 05:51:06 +0000 (14 05:51 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 14 Aug 2007 05:51:06 +0000 (14 05:51 +0000)
tree2848369380dcafc1785a03997c90d4c3d6bf9ab8
parentf0606d6825b4c9a3e2f353288e5fa3a719a36d09
Remove test.test_support.guard_warnings_filter.
test.test_support.catch_warning is more full-featured and provides the same
functionality.

Since guard_warnings_filter was added in 2.6 there is no
backwards-compatibility issues.

git-svn-id: http://svn.python.org/projects/python/trunk@57007 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/lib/libtest.tex
Lib/test/test_exceptions.py
Lib/test/test_import.py
Lib/test/test_pep352.py
Lib/test/test_random.py
Lib/test/test_re.py
Lib/test/test_struct.py
Lib/test/test_sundry.py
Lib/test/test_support.py
Lib/test/test_warnings.py