]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove test.test_support.guard_warnings_filter.
authorBrett Cannon <bcannon@gmail.com>
Tue, 14 Aug 2007 05:51:06 +0000 (05:51 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 14 Aug 2007 05:51:06 +0000 (05:51 +0000)
commit2ee4128e9b4f481d5029fe4c8ada6c12ac64e2bd
treedcdfe00aac7f3bdbe594720cc8dac33541863c04
parentbe7abbb9d9d886d83c6990f7c68e8e4f84b57c8d
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.
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