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 gregory.p.smith
Recipients amicitas, giampaolo.rodola, gregory.p.smith, neologix, rosslagerwall
Date 2011-03-17.06:41:51
SpamBayes Score 1.3642189e-05
Marked as misclassified No
Message-id <1300344113.42.0.581820620123.issue11459@psf.upfronthosting.co.za>
In-reply-to
Content
yeah i figured importing io from os at the top level might be a problem. it is not important for the default to be that exact value, even something safely on the small side like 512 will work.  but we could just have the default be set in the code by doing the 'import io' at os.popen() runtime.
History
Date User Action Args
2011-03-17 06:41:53gregory.p.smithsetrecipients: + gregory.p.smith, giampaolo.rodola, neologix, rosslagerwall, amicitas
2011-03-17 06:41:53gregory.p.smithsetmessageid: <1300344113.42.0.581820620123.issue11459@psf.upfronthosting.co.za>
2011-03-17 06:41:52gregory.p.smithlinkissue11459 messages
2011-03-17 06:41:51gregory.p.smithcreate