diff options
author | Fredrik Lundh <fredrik@pythonware.com> | 2004-10-12 15:26:28 (GMT) |
---|---|---|
committer | Fredrik Lundh <fredrik@pythonware.com> | 2004-10-12 15:26:28 (GMT) |
commit | 5b3687df2e6dce2c09662ec9287e8f23075c4f1d (patch) | |
tree | 5bd9cee1abd6c618abac496c4a72eba05920c297 /Lib/test/output | |
parent | abf8a56e68a38f5bcff1fa1aa3742ff35854dd45 (diff) | |
download | cpython-5b3687df2e6dce2c09662ec9287e8f23075c4f1d.zip cpython-5b3687df2e6dce2c09662ec9287e8f23075c4f1d.tar.gz cpython-5b3687df2e6dce2c09662ec9287e8f23075c4f1d.tar.bz2 |
Added Peter Astrand's subprocess module.
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_subprocess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/test/output/test_subprocess b/Lib/test/output/test_subprocess new file mode 100644 index 0000000..effbcf0 --- /dev/null +++ b/Lib/test/output/test_subprocess @@ -0,0 +1,2 @@ +test_subprocess +.........
\ No newline at end of file |