]> granicus.if.org Git - python/commit
Add optional bufsize argument to various calls so we can make the
authorGuido van Rossum <guido@python.org>
Mon, 29 Sep 1997 04:04:39 +0000 (04:04 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Sep 1997 04:04:39 +0000 (04:04 +0000)
commitda286666b24e31a6ec16964963aaa3a83bcad751
tree0882d035263a14d66a6b735c1d2d6d82aad1134c
parent54e2091ba25c449c0b591d92d40ddcb2a9cb153e
Add optional bufsize argument to various calls so we can make the
os.fdopen() calls unbuffered.  I presume that it's enough if we can
make all three of them (for stdin, stdout, and stderr) unbuffered and
don't need to specify different buffer sizes per file -- that would
complicate the interface more than I care for.
Lib/popen2.py