Ask Solem <a...@celeryproject.org> added the comment:

How would you replace the following functionality
with the multiple with statement syntax:


    x = (A(), B(), C())
    with nested(*x) as context:
        ....


It seems to me that nested() is still useful for this particular
use case.

----------
nosy: +asksol

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue6288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to