[issue3768] Move test_py3kwarn over to new catch_warnings API

2008-09-03 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Done in r66197 on the trunk with the Py3K block in r66198. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3768] Move test_py3kwarn over to new catch_warnings API

2008-09-03 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Looks straightforward; go ahead. -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue3768] Move test_py3kwarn over to new catch_warnings API

2008-09-03 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: test_py3kwarn was using the old API presented by catch_warnings. The attached patch fixes it to use the new one. -- components: Library (Lib) files: fix_py3kwarn.diff keywords: needs review, patch, patch messages: 72426 nosy: brett.ca