This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Move test_py3kwarn over to new catch_warnings API
Type: behavior Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: barry, benjamin.peterson, brett.cannon
Priority: release blocker Keywords: needs review, patch

Created on 2008-09-03 22:36 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fix_py3kwarn.diff brett.cannon, 2008-09-03 22:36 Move WarningsRecorder.warnings usage to work directly off the instance
Messages (3)
msg72426 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-09-03 22:36
test_py3kwarn was using the old API presented by catch_warnings. The
attached patch fixes it to use the new one.
msg72427 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-09-03 22:37
Looks straightforward; go ahead.
msg72429 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2008-09-03 22:47
Done in r66197 on the trunk with the Py3K block in r66198.
History
Date User Action Args
2022-04-11 14:56:38adminsetnosy: + barry
github: 48018
2008-09-03 22:47:29brett.cannonsetstatus: open -> closed
keywords: patch, patch, needs review
resolution: accepted
messages: + msg72429
2008-09-03 22:37:27benjamin.petersonsetkeywords: patch, patch, needs review
nosy: + benjamin.peterson
messages: + msg72427
2008-09-03 22:36:01brett.cannoncreate