]> granicus.if.org Git - python/commitdiff
Add test.test_support.catch_warning()'s new argument.
authorBrett Cannon <bcannon@gmail.com>
Thu, 8 May 2008 20:24:43 +0000 (20:24 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 8 May 2008 20:24:43 +0000 (20:24 +0000)
Misc/NEWS

index 6afdc5adf18f8de259abf4735a550646707508c8..d51e1281bd5bafd27914931898aa995ffa52996b 100644 (file)
--- 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
 -----