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 pitrou
Recipients gregory.p.smith, ocean-city, pitrou, r.david.murray
Date 2010-09-27.18:59:03
SpamBayes Score 3.2245245e-07
Marked as misclassified No
Message-id <1285613944.92.0.0747627770598.issue9929@psf.upfronthosting.co.za>
In-reply-to
Content
> But if line buffering doesn't work, disabling buffering on 
> stdout/stderr does have a functional consequence: it allows process 
> output to appear as generated instead of coming in chunks when the
> buffer is full

Yes, sorry, I had it backwards. It's buffering on stdin which doesn't make any functional difference (whether it's buffered or not, you always get data as soon as it arrives).
History
Date User Action Args
2010-09-27 18:59:04pitrousetrecipients: + pitrou, gregory.p.smith, ocean-city, r.david.murray
2010-09-27 18:59:04pitrousetmessageid: <1285613944.92.0.0747627770598.issue9929@psf.upfronthosting.co.za>
2010-09-27 18:59:03pitroulinkissue9929 messages
2010-09-27 18:59:03pitroucreate