]> granicus.if.org Git - python/commitdiff
Merged revisions 83163 via svnmerge from
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jul 2010 13:42:35 +0000 (13:42 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jul 2010 13:42:35 +0000 (13:42 +0000)
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
........

Doc/library/os.rst

index 34f23f10e05d1d2a9f650ae63f6cb7ba10f1abeb..c3f67cb88869d6c0cfdda4569f5ecba9a8e236cc 100644 (file)
@@ -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
    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.