]> granicus.if.org Git - python/commit
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
authorBrett Cannon <bcannon@gmail.com>
Wed, 3 Sep 2008 22:45:11 +0000 (22:45 +0000)
committerBrett Cannon <bcannon@gmail.com>
Wed, 3 Sep 2008 22:45:11 +0000 (22:45 +0000)
commita0b7444f68ae5478f5553dcddea7ff44f283b25b
tree899b4886a0111a0f16fb584dd4353feb8b9e84a3
parentc585df94766702ac6d6f3f0d27ad5d07e5546164
test_py3kwarn had been overlooked when test.test_support.catch_warning() was
re-implemented to use warnings.catch_warnings() and had its API improved.

Closes issue #3768.
Code review by Benjamin Peterson.
Lib/test/test_py3kwarn.py
Misc/NEWS