Add test.test_support.catch_warning()'s new argument.

This commit is contained in:
Brett Cannon 2008-05-08 20:24:43 +00:00
parent 3c1d50a5d1
commit cae4f5f4ac

View file

@ -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
-----