[docs] [issue26897] Clarify Popen stdin, stdout, stderr

Martin Panter report at bugs.python.org
Sat May 7 04:51:45 EDT 2016


Martin Panter added the comment:

Yes, in all cases I understand it is just the file descriptor that matters. Perhaps any documentation update could also take Issue 24358 into account, which points out that compressed and buffered file object wrappers also cause inconsistencies in the data at the high-level file object and the OS-level file descriptor.

----------
nosy: +martin.panter
stage:  -> needs patch
versions: +Python 2.7, Python 3.5

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


More information about the docs mailing list