[issue10841] binary stdio

Antoine Pitrou report at bugs.python.org
Thu Jan 6 07:52:59 CET 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

What are the results if, instead of piping through subprocess, you simply redirect stdout to a file (using "... > myfile.txt")?

----------

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


More information about the Python-bugs-list mailing list