This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pebbe
Recipients amaury.forgeotdarc, barry, eric.araujo, erob, flox, ggenellina, giampaolo.rodola, gvanrossum, l0nwlf, oopos, pebbe, quentel, r.david.murray, tcourbon, tercero12, tobias, v+python
Date 2011-01-02.22:43:27
SpamBayes Score 0.014319645
Marked as misclassified No
Message-id <1294008212.18.0.633731897324.issue4953@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-01-02 22:43:32pebbesetrecipients: + pebbe, gvanrossum, barry, amaury.forgeotdarc, ggenellina, giampaolo.rodola, eric.araujo, v+python, r.david.murray, oopos, tercero12, tcourbon, tobias, flox, l0nwlf, quentel, erob
2011-01-02 22:43:32pebbesetmessageid: <1294008212.18.0.633731897324.issue4953@psf.upfronthosting.co.za>
2011-01-02 22:43:27pebbelinkissue4953 messages
2011-01-02 22:43:27pebbecreate