From: Andrew M. Kuchling Date: Mon, 26 Jul 2010 13:08:58 +0000 (+0000) Subject: Reword paragraph X-Git-Tag: v3.2a1~99 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f911a16db37706beab4971f692a5f0ad19bf59f;p=thirdparty%2FPython%2Fcpython.git Reword paragraph --- diff --git a/Doc/library/os.rst b/Doc/library/os.rst index 3e13edd4bba9..ae0b8f8e538a 100644 --- a/Doc/library/os.rst +++ b/Doc/library/os.rst @@ -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.