summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-09-03 22:45:11 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-09-03 22:45:11 (GMT)
commita0b7444f68ae5478f5553dcddea7ff44f283b25b (patch)
tree899b4886a0111a0f16fb584dd4353feb8b9e84a3 /Misc/NEWS
parentc585df94766702ac6d6f3f0d27ad5d07e5546164 (diff)
downloadcpython-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/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f0da457..33866df 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
================================