summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-08 20:24:43 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-08 20:24:43 (GMT)
commitcae4f5f4ac8d107af3ee4877ea501ff27cd70192 (patch)
treea498e1cd408fd40b2e2e37558ef1fc7edcfe0e5d /Misc
parent3c1d50a5d13104bff82a2ff7651b0e3f9ecf52b0 (diff)
downloadcpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.zip
cpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.tar.gz
cpython-cae4f5f4ac8d107af3ee4877ea501ff27cd70192.tar.bz2
Add test.test_support.catch_warning()'s new argument.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 6afdc5a..d51e128 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,8 @@ Library
- The imputil module has been deprecated for removal in Python 3.0.
+- test.test_support.catch_warning() gained a 'record' argument.
+
Build
-----