Reword paragraph

This commit is contained in:
Andrew M. Kuchling 2010-07-26 13:08:58 +00:00
parent 57a7c3df85
commit 3f911a16db
1 changed files with 3 additions and 2 deletions

View File

@ -1923,8 +1923,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
processes and retrieving their results; using that module is preferable to using
this function. Use the :mod:`subprocess` module. Check especially the
:ref:`subprocess-replacements` section.
this function. See the
:ref:`subprocess-replacements` section in the :mod:`subprocess` documentation
for some helpful recipes.
Availability: Unix, Windows.