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
Date 2010-09-24.12:49:58
SpamBayes Score 0.0010136304
Marked as misclassified No
Message-id <1285332599.99.0.0809804277524.issue9929@psf.upfronthosting.co.za>
In-reply-to
Content
As another sidenote, `bufsize` should only be relevant for stdin. For stdout and stderr, disabling buffering will only reduce performance, not add functionality. So I would suggest only setting buffering on stding.
History
Date User Action Args
2010-09-24 12:50:04pitrousetrecipients: + pitrou, gregory.p.smith, ocean-city
2010-09-24 12:50:00pitrousetmessageid: <1285332599.99.0.0809804277524.issue9929@psf.upfronthosting.co.za>
2010-09-24 12:49:58pitroulinkissue9929 messages
2010-09-24 12:49:58pitroucreate