Ask Solem <[email protected]> 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 <[email protected]>
<http://bugs.python.org/issue6288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com