diff options
author | Fred Drake <fdrake@acm.org> | 2000-09-28 19:07:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-09-28 19:07:53 (GMT) |
commit | d75e63a865b451c24e1a0516744a98d59691b4ff (patch) | |
tree | dd788aae5815b3456a5d626b88d3abd5f21c1ed2 /Lib/os.py | |
parent | 38cb9f1f174415d3b37fbaeb5d152d65525839d2 (diff) | |
download | cpython-d75e63a865b451c24e1a0516744a98d59691b4ff.zip cpython-d75e63a865b451c24e1a0516744a98d59691b4ff.tar.gz cpython-d75e63a865b451c24e1a0516744a98d59691b4ff.tar.bz2 |
popen4(), class Popen4: popen4() support for Unix.
popen2(), popen3(): Reversed order of bufsize and mode parameters to
comply with what was here before (Python 1.5.2).
class Popen3: Factored the __init__() into a more basic initializer and
a helper method, to allow some re-use by the Popen4 class.
Use os.dup2() instead of os.dup() to create the proper
file descriptors in the child process.
This closes SourceForge bug #115330 and partially closes #115353.
Diffstat (limited to 'Lib/os.py')
0 files changed, 0 insertions, 0 deletions