+0<div><br></div><div>While this makes sense when I think it about it, it doesn't make sense when I feel about it.<br><br><div class="gmail_quote">On Tue, Mar 22, 2011 at 5:16 AM, Giampaolo RodolĂ  <span dir="ltr"><<a href="mailto:g.rodola@gmail.com">g.rodola@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">It's likely this has already been proposed in past, I don't know, anyway...<br>
This occurred to me while using subprocess module yesterday.<br>
I had to do something like this:<br>
<br>
subprocess.Popen(["exe"], stdin=subprocess.PIPE,<br>
stdout=subprocess.PIPE, stderr=subprocess.PIPE)<br>
<br>
Would it be appropriate to permit something similar to multiple<br>
variable assignment such as:<br>
<br>
subprocess.Popen(["exe"], stdin=stdout=stderr=subprocess.PIPE)<br>
<br>
...?<br>
<br>
<br>
Regards<br>
<br>
<br>
--- Giampaolo<br>
<a href="http://code.google.com/p/pyftpdlib/" target="_blank">http://code.google.com/p/pyftpdlib/</a><br>
<a href="http://code.google.com/psutil" target="_blank">http://code.google.com/psutil</a><br>
_______________________________________________<br>
Python-ideas mailing list<br>
<a href="mailto:Python-ideas@python.org">Python-ideas@python.org</a><br>
<a href="http://mail.python.org/mailman/listinfo/python-ideas" target="_blank">http://mail.python.org/mailman/listinfo/python-ideas</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Read my blog! I depend on your acceptance of my opinion! I am interesting!<br><a href="http://techblog.ironfroggy.com/">http://techblog.ironfroggy.com/</a><br>Follow me if you're into that sort of thing: <a href="http://www.twitter.com/ironfroggy">http://www.twitter.com/ironfroggy</a><br>


</div>