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 jpe
Recipients Arfrever, ezio.melotti, jpe, makegho, vstinner
Date 2013-04-13.21:16:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365887793.85.0.195940660992.issue16587@psf.upfronthosting.co.za>
In-reply-to
Content
One way to fix this is to use the FileRead & FileWrite api functions directly as proposed in issue 17723  I would regard this as a change in behavior and not a simple bug fix because there is probably code written for 3.3 that assumes the C level stdout is in binary after python is initialized so would target 3.4 for the change.
History
Date User Action Args
2013-04-13 21:16:33jpesetrecipients: + jpe, vstinner, ezio.melotti, Arfrever, makegho
2013-04-13 21:16:33jpesetmessageid: <1365887793.85.0.195940660992.issue16587@psf.upfronthosting.co.za>
2013-04-13 21:16:33jpelinkissue16587 messages
2013-04-13 21:16:33jpecreate