Zack Weinberg added the comment:

My position is:

* input= should be supported in check_output(), for consistency with 
communicate().

* I like the idea of making stdin= support file-like objects which don't have a 
fileno, in both communicate() and everything that calls it, but that does not 
belong in this issue, I do not have time to code it myself, and, again, it 
should be *in addition to*, not *instead of*, supporting input= in 
check_output().

----------

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

Reply via email to