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: Fix contextlib.nested DeprecationWarning for test_signal.
Type: Stage:
Components: Tests Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, rhettinger, vshenoy
Priority: normal Keywords: patch

Created on 2009-06-13 09:34 by vshenoy, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_signal_with_fix_june_13_2009.patch vshenoy, 2009-06-13 09:34 Patch to fix DeprecationWarning for test_signal.
Messages (3)
msg89317 - (view) Author: Vikram U Shenoy (vshenoy) Date: 2009-06-13 09:34
Attached is the patch to fix DeprecationWarning resulting from using
contextlib.nested() function in test_signal.py
msg89495 - (view) Author: Vikram U Shenoy (vshenoy) Date: 2009-06-18 07:30
Ping. This is a legit fix right ?
msg89512 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-18 22:24
Fixed in r73471.
History
Date User Action Args
2022-04-11 14:56:50adminsetgithub: 50525
2009-06-18 22:24:33georg.brandlsetstatus: open -> closed

nosy: + georg.brandl
messages: + msg89512

assignee: rhettinger -> georg.brandl
resolution: fixed
2009-06-18 22:07:51georg.brandlsetassignee: rhettinger

nosy: + rhettinger
2009-06-18 07:30:37vshenoysetmessages: + msg89495
2009-06-13 09:34:45vshenoycreate