mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
return codes are available on all platforms, not just on Unix
This commit is contained in:
parent
2784df7502
commit
15aaacc93e
1 changed files with 3 additions and 4 deletions
|
@ -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*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue