[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-18 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r73471. -- assignee: rhettinger -> georg.brandl nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-18 Thread Georg Brandl
Changes by Georg Brandl : -- assignee: -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-18 Thread Vikram U Shenoy
Vikram U Shenoy added the comment: Ping. This is a legit fix right ? -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue6276] Fix contextlib.nested DeprecationWarning for test_signal.

2009-06-13 Thread Vikram U Shenoy
New submission from Vikram U Shenoy : Attached is the patch to fix DeprecationWarning resulting from using contextlib.nested() function in test_signal.py -- components: Tests files: test_signal_with_fix_june_13_2009.patch keywords: patch messages: 89317 nosy: vshenoy severity: normal sta