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 skip.montanaro
Recipients LambertDW, georg.brandl, giampaolo.rodola, sameerd, skip.montanaro, wplappert
Date 2008-10-25.19:03:05
SpamBayes Score 3.3535028e-09
Marked as misclassified No
Message-id <1224961386.88.0.981092757434.issue4194@psf.upfronthosting.co.za>
In-reply-to
Content
I've been thinking about it, and I think even though it would be a slight 
change to the API, I agree with Winfried that the default value for 
bufsize should be -1, not 0.  In my own use of os.popen and friends, 
almost all the time I use them to process the output of a traditional Unix 
pipeline, which means the output will be plain text, line buffered.  In 
those cases it makes absolutely no sense to read from the pipe one 
character at a time.

S
History
Date User Action Args
2008-10-25 19:03:07skip.montanarosetrecipients: + skip.montanaro, georg.brandl, giampaolo.rodola, LambertDW, wplappert, sameerd
2008-10-25 19:03:06skip.montanarosetmessageid: <1224961386.88.0.981092757434.issue4194@psf.upfronthosting.co.za>
2008-10-25 19:03:06skip.montanarolinkissue4194 messages
2008-10-25 19:03:05skip.montanarocreate