Peter Kleiweg <pklei...@xs4all.nl> added the comment:

Using platform-dependant code seems iffy to me. The detach function on 
sys.stdin, sys,stdout and sys.stderr is there specifically to switch these 
streams from text mode to binary mode. See: 
http://docs.python.org/py3k/library/sys.html#sys.stdin

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue4953>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to