diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-28 17:20:05 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-28 17:20:05 (GMT) |
commit | 31f182e830db13c3edbe12e58f9c737cc21583fa (patch) | |
tree | 6138744d553c71b9eef48a43bc8a4ab201c5f9c3 /Lib/test/output/test_popen2 | |
parent | e67d8e514f7d7b49faec3e5a181c7019f07467ba (diff) | |
download | cpython-31f182e830db13c3edbe12e58f9c737cc21583fa.zip cpython-31f182e830db13c3edbe12e58f9c737cc21583fa.tar.gz cpython-31f182e830db13c3edbe12e58f9c737cc21583fa.tar.bz2 |
Added os.popen2() and os.popen3() for non-Windows platforms.
Diffstat (limited to 'Lib/test/output/test_popen2')
-rw-r--r-- | Lib/test/output/test_popen2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Lib/test/output/test_popen2 b/Lib/test/output/test_popen2 index 1fadf1b..a66cde9 100644 --- a/Lib/test/output/test_popen2 +++ b/Lib/test/output/test_popen2 @@ -1,4 +1,9 @@ test_popen2 +Test popen2 module: +testing popen2... +testing popen3... +All OK +Testing os module: testing popen2... testing popen3... All OK |