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 rosslagerwall
Recipients amoffat, rosslagerwall
Date 2012-02-13.16:40:06
SpamBayes Score 5.5123484e-05
Marked as misclassified No
Message-id <1329151207.08.0.217166924419.issue14000@psf.upfronthosting.co.za>
In-reply-to
Content
This appears to be a buffering issue with the tr program. Replace with ["cat", "-"] and it works whether the close() is in or not.

To fix this, you need to open up the child process so that it is connected to a tty. man 4 pts if you want to investigate this further.
History
Date User Action Args
2012-02-13 16:40:07rosslagerwallsetrecipients: + rosslagerwall, amoffat
2012-02-13 16:40:07rosslagerwallsetmessageid: <1329151207.08.0.217166924419.issue14000@psf.upfronthosting.co.za>
2012-02-13 16:40:06rosslagerwalllinkissue14000 messages
2012-02-13 16:40:06rosslagerwallcreate