<br><br><div class="gmail_quote">On 3 February 2012 18:06, Yury Selivanov <span dir="ltr"><<a href="mailto:yselivanov.ml@gmail.com">yselivanov.ml@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 2012-02-03, at 12:50 PM, Michael Foord wrote:<br>
<br>
> with *ctxs as tuple_of_results:<br>
<br>
This is not necessary, as 'ctxs' already holds all instances of<br>
all context managers; so the 'ctxs' would be equal to 'tuple_of_results'<br></blockquote><div><br></div><div>The results are whatever is returned by ctx.__enter__(), not the context manager itself.</div><div>
<br></div><div>Michael</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im"><br>
> with *ctx, other as tuple_of_results, another:<br>
>     ...<br>
<br>
</div>Looks useful to me.<br>
<br>
-<br>
Yury<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><pre cols="72"><a href="http://www.voidspace.org.uk/" target="_blank">http://www.voidspace.org.uk/</a><br><br>May you do good and not evil<br>May you find forgiveness for yourself and forgive others<br>
May you share freely, never taking more than you give.<br>-- the sqlite blessing <a href="http://www.sqlite.org/different.html" target="_blank">http://www.sqlite.org/different.html</a></pre>
<br>