]> granicus.if.org Git - python/commit
Added os.popen2() and os.popen3() for non-Windows platforms.
authorFred Drake <fdrake@acm.org>
Mon, 28 Aug 2000 17:20:05 +0000 (17:20 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 28 Aug 2000 17:20:05 +0000 (17:20 +0000)
commit31f182e830db13c3edbe12e58f9c737cc21583fa
tree6138744d553c71b9eef48a43bc8a4ab201c5f9c3
parente67d8e514f7d7b49faec3e5a181c7019f07467ba
Added os.popen2() and os.popen3() for non-Windows platforms.
Lib/os.py
Lib/popen2.py
Lib/test/output/test_popen2
Lib/test/test_popen2.py