mirror of
https://github.com/python/cpython.git
synced 2025-08-17 15:21:26 +00:00
Merged revisions 83163 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83163 | andrew.kuchling | 2010-07-26 09:08:58 -0400 (Mon, 26 Jul 2010) | 1 line Reword paragraph ........
This commit is contained in:
parent
b2ec232c67
commit
fdf94c597f
1 changed files with 3 additions and 2 deletions
|
@ -2096,8 +2096,9 @@ written in Python, such as a mail server's external command delivery program.
|
||||||
|
|
||||||
The :mod:`subprocess` module provides more powerful facilities for spawning new
|
The :mod:`subprocess` module provides more powerful facilities for spawning new
|
||||||
processes and retrieving their results; using that module is preferable to using
|
processes and retrieving their results; using that module is preferable to using
|
||||||
this function. Use the :mod:`subprocess` module. Check especially the
|
this function. See the
|
||||||
:ref:`subprocess-replacements` section.
|
:ref:`subprocess-replacements` section in the :mod:`subprocess` documentation
|
||||||
|
for some helpful recipes.
|
||||||
|
|
||||||
Availability: Unix, Windows.
|
Availability: Unix, Windows.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue