diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-09-03 22:45:11 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-09-03 22:45:11 (GMT) |
commit | a0b7444f68ae5478f5553dcddea7ff44f283b25b (patch) | |
tree | 899b4886a0111a0f16fb584dd4353feb8b9e84a3 /Misc/NEWS | |
parent | c585df94766702ac6d6f3f0d27ad5d07e5546164 (diff) | |
download | cpython-a0b7444f68ae5478f5553dcddea7ff44f283b25b.zip cpython-a0b7444f68ae5478f5553dcddea7ff44f283b25b.tar.gz cpython-a0b7444f68ae5478f5553dcddea7ff44f283b25b.tar.bz2 |
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.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -100,6 +100,11 @@ Extension Modules - Issue #3643: Added a few more checks to _testcapi to prevent segfaults by exploitation of poor argument checking. +Tests +----- + +- Issue 3768: Move test_py3kwarn over to the new API for catch_warnings(). + What's New in Python 2.6 beta 3? ================================ |