return codes are available on all platforms, not just on Unix

This commit is contained in:
Fredrik Lundh 2004-10-17 14:47:05 +00:00
parent 2784df7502
commit 15aaacc93e

View File

@ -27,10 +27,9 @@
"""subprocess - Subprocesses with accessible I/O streams """subprocess - Subprocesses with accessible I/O streams
This module allows you to spawn processes and connect to their This module allows you to spawn processes, connect to their
input/output/error pipes and obtain their return codes under Unix. input/output/error pipes, and obtain their return codes. This module
This module intends to replace several other, older modules and intends to replace several other, older modules and functions, like:
functions, like:
os.system os.system
os.spawn* os.spawn*