]> granicus.if.org Git - python/commit
test_logging was blindly clearing the warnings filter. This caused
authorBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 19:57:10 +0000 (19:57 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 1 Apr 2009 19:57:10 +0000 (19:57 +0000)
commit2da4d628a5100627876a55e6a911d59570cd8c69
tree15deb3c743d5d2f5913ecac815d68b171823811c
parent66c4a6b51cea40215e8f61e1abe2e3d89c4aeb1e
test_logging was blindly clearing the warnings filter. This caused
PendingDeprecationWarnings to be spewed all over by unittest.failIf*(). Fix
moves over to using warnings.catch_warning to protect the warnings filter.
Lib/test/test_logging.py
Misc/NEWS