[issue16624] subprocess.check_output should allow specifying stdin as a string

R. David Murray report at bugs.python.org
Thu Apr 18 22:38:16 CEST 2013


R. David Murray added the comment:

Since it is a new feature either way, we can add stdin support and deprecate the input= argument of communicate.  But we can also go with the input= for check_output now, and see if anyone steps up to do the bigger patch before 3.4 hits beta.  Which is what I hear Serhiy suggesting.

----------
nosy: +r.david.murray

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16624>
_______________________________________


More information about the Python-bugs-list mailing list