[docs] [issue15561] update subprocess docs to reference io.TextIOWrapper

Andrew Svetlov report at bugs.python.org
Sat Aug 11 17:47:27 CEST 2012


Andrew Svetlov added the comment:

Hmm. As I can see in subprocess.py TextIOWrapper is applied to stdin also in non-buffered (write_through=True) mode. So input will be converted to use '\n' as well.

Can you reflect this fact in your patches?

----------

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


More information about the docs mailing list