diff options
Diffstat (limited to 'Lib/subprocess.py')
-rw-r--r-- | Lib/subprocess.py | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Lib/subprocess.py b/Lib/subprocess.py index 3a3020d2ce..54702a0b4c 100644 --- a/Lib/subprocess.py +++ b/Lib/subprocess.py @@ -27,10 +27,9 @@ """subprocess - Subprocesses with accessible I/O streams -This module allows you to spawn processes and connect to their -input/output/error pipes and obtain their return codes under Unix. -This module intends to replace several other, older modules and -functions, like: +This module allows you to spawn processes, connect to their +input/output/error pipes, and obtain their return codes. This module +intends to replace several other, older modules and functions, like: os.system os.spawn* |