[docs] [issue10481] subprocess PIPEs are byte streams

Glenn Linderman report at bugs.python.org
Sun Nov 21 07:00:20 CET 2010


Glenn Linderman <v+python at g.nevcal.com> added the comment:

Maybe it should also be mentioned that p.stdout and p.stderr and p.stdin, when set to be PIPEs, are also byte streams.  Of course that is the reason that communicate accepts and produces byte streams.

----------

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


More information about the docs mailing list