mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
parent
fa5e6e4773
commit
5eea8a7780
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
The :mod:`subprocess` module allows you to spawn new processes, connect to their
|
||||
input/output/error pipes, and obtain their return codes. This module intends to
|
||||
replace several other, older modules and functions, such as::
|
||||
replace several older modules and functions::
|
||||
|
||||
os.system
|
||||
os.spawn*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue