]> granicus.if.org Git - python/commit
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite...
authorNick Coghlan <ncoghlan@gmail.com>
Thu, 11 Sep 2008 12:11:06 +0000 (12:11 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Thu, 11 Sep 2008 12:11:06 +0000 (12:11 +0000)
commitd2e09383624944add0e670b857c572129d56988e
treef77e6631636c1d33d9bd5cf1e3e905c571ac9cd9
parent9fa5a2828c8007dfb678b883d65aecac93e995e4
Issue #3781: Final cleanup of warnings.catch_warnings and its usage in the test suite. Closes issue w.r.t. 2.6 (R: Brett Cannon)
Doc/library/test.rst
Doc/library/warnings.rst
Lib/test/test_import.py
Lib/test/test_py3kwarn.py
Lib/test/test_structmembers.py
Lib/test/test_sundry.py
Lib/test/test_support.py
Lib/test/test_symtable.py
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS